ProductChangeOrderstasks
The Tasks resource manages the tasks related to the change order.
Columns
Name | Type | Description |
ProductChangeOrdersChangeId | String | ProductChangeOrdersChangeId of ProductChangeOrderstasks |
TaskId | String | TaskId of ProductChangeOrderstasks |
SequenceNumber | Long | Sequence number of the task in the change object. Each task must have a unique sequence number within the change object. |
Name | String | Name of the task. |
Description | String | Description of the task in the change object. |
RequiredFlag | Bool | Contains one of the following values: true or false. If true, then the task is required to be completed prior to the complete before status. If false, then the task is not required to be completed prior to any status. The default value is false. |
AssignedTo | String | User to whom the change object is assigned. |
StartAfterStatusCode | String | Abbreviation that identifies the change object status after which the task can be marked as completed. |
CompleteBeforeStatusCode | String | Abbreviation that identifies the change object status before by which the task should be marked as completed. |
NeedByDate | Datetime | Date when the change is expected to be completed. |
StatusCode | String | Abbreviation that identifies the status of the task. Valid values are Open, Completed, and Canceled. If this attribute value is Completed or Canceled, only this attribute can be updated. All other attributes are not editable. |