Description: Steps make it possible to describe and report progress for activity work at a granular level by breaking an activity into its component parts.
Field | Type | Description | Read-Only |
---|---|---|---|
ActivityId | String | The short ID that uniquely identifies the activity within the project. | Yes |
ActivityName | String | The name of the activity associated with the step. | Yes |
ActivityObjectId | ForeignKey | The unique ID of the associated activity. | Yes |
Description | String | The description of the activity step. | No |
IsBaseline | Boolean | The boolean value indicating if the activity step part of a baseline. | Yes |
IsCompleted | Boolean | The boolean value indicating if the activity step is completed. | No |
IsTemplate | Boolean | The Boolean value indicating if the activity step is part of a project template. | Yes |
Name | String | The name of the activity step. | No |
ObjectId | Int | The unique ID generated by the system. | No |
PercentComplete | Double | The activity step percent complete. | No |
ProjectId | String | The short code that uniquely identifies the project. | Yes |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | Yes |
SequenceNumber | Int | The sequence number for sorting. | No |
WBSObjectId | ForeignKey | The unique ID of the WBS for the activity. | Yes |
Weight | String | The weight of the activity step. | No |
WeightPercent | String | The weight percent of the activity step. | Yes |