Description: The project work breakdown structure (WBS) is a hierarchical arrangement of the products and services produced during and by a project. Each element of a WBS may contain more-detailed WBS elements, activities, or both. WBS are hierarchical objects.
Field | Type | Description | Read-Only |
---|---|---|---|
AnticipatedFinishDate | DateTime | The anticipated finish date of WBS, project and EPS elements. | No |
AnticipatedStartDate | DateTime | The anticipated start date of WBS, project and EPS elements. | No |
Code | String | The short name of the WBS. | No |
CurrentBudget | Double | The current budget of the WBS. | No |
EarnedValueETCComputeType | Enum | Indicates earned value ETC compute type of WBS | No |
EarnedValueETCUserValue | Double | The earned value ETC user value for WBS computing earned value. | No |
FinishDate | DateTime | The date finish date of the WBS. | No |
IsWorkPackage | Boolean | Whether this WBS is a work package. | No |
Name | String | The name of the WBS. | No |
ObjectId | String | The unique ID generated by the system. | No |
ParentObjectId | ForeignKey | The unique ID of the parent WBS of this WBS in the hierarchy. | No |
ProjectId | String | The project Id of the WBS. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
SequenceNumber | Int | The sequence number of the WBS. | No |
StartDate | DateTime | The start date of the WBS. | No |
Status | String | The status of the WBS. | No |
WBSCategoryObjectId | ForeignKey | The unique wbs category objectIdof the WBS. | No |