You can provide an estimation of how complete a task is as of a specific date. Depending on how the parent project is set up, these percentages can affect associated revenue recognition schedules.
Comma-separated list of fields on the object to list. For best performance and predictability, limit the number of fields. To return all fields, omit the element or provide * for the value.
query
Required
string
SQL-like query based on fields on the object. Illegal XML characters must be properly encoded. The following SQL operators are supported: <, >, >=, <=, =, like, not like, in, not in. When doing NULL comparisons: IS NOT NULL, IS NULL. Multiple fields may be matched using the AND and OR operators. Joins are not supported. Single quotes in any operands must be escaped with a backslash - For example, the value Erik's Deli would become 'Erik\'s Deli'.
pagesize
Optional
integer
Custom page size between 1 and 1000 items (Default: 100)
RECORDNO of the observed percent completed entry to get
fields
Optional
string
Comma-separated list of fields on the object to get. For best performance and predictability, limit the number of fields. To return all fields, omit the element or provide * for the value.
Create Observed Percent Completed Entry
Be aware that after creating an observed percent completed entry for a task, you need to update the parent project to trigger updates for any associated revenue recognition schedules. (The update on the project need not actually change any data.)
create
<create><OBSPCTCOMPLETED><TYPE>Task</TYPE><TASKKEY>1</TASKKEY><ASOFDATE>2/22/2018</ASOFDATE><PERCENT>33.33</PERCENT><NOTE>One third complete</NOTE></OBSPCTCOMPLETED></create>
Parameters
Name
Required
Type
Description
OBSPCTCOMPLETED
Required
object
Object to create
OBSPCTCOMPLETED
Name
Required
Type
Description
TYPE
Required
string
Use Task.
TASKKEY
Required
integer
RECORDNO of task
ASOFDATE
Required
string
As of date in format mm/dd/yyyy. Only one observed percent completed entry is allowed for a given date.
PERCENT
Required
number
Observed percent complete for this entry
NOTE
Optional
string
Description
Update Observed Percent Completed Entry
Be aware that after updating an observed percent completed entry, you need to call update on the parent project to trigger updates for any associated revenue recognition schedules. (The project update need not actually change any data.)