Description: Primavera's resource planning feature allows you to do high-level project planning for future project or project that does not require resource assignments at the activity level.
Field | Type | Description | Read-Only |
---|---|---|---|
CommittedFlag | Boolean | The Boolean value that determines whether a resource is committed, and so, the resource assignment is stable and unlikely to change. When calculating availability, Primavera considers only assignments that are marked as committed. | No |
CreateDate | DateTime | The date this project resource was created. | Yes |
CreateUser | String | The name of the user that created this project resource. | Yes |
FinishDate | DateTime | The finish date of the assignment. By default, it is set to the Planned Start date of the project + 1 day, finishing at 5:00pm. | No |
IsBaseline | Boolean | The boolean value indicating if this business object is related to a Project or Baseline. | Yes |
IsTemplate | Boolean | The boolean value indicating if this business object is related to a template Project. | Yes |
LastUpdateDate | DateTime | The date this project resource was last updated. | Yes |
LastUpdateUser | String | The name of the user that last updated this project resource. | Yes |
LifeOfProjectFlag | Boolean | The Boolean value that determines whether a resource that is assigned to a project at Project or WBS level, has that assignment for the duration of the project. | No |
ObjectId | Int | The unique ID generated by the system. | No |
ProjectId | String | The short code that uniquely identifies the associated project. | Yes |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
ProjectResourceCategoryName | String | The name of the associated project resource category. | No |
ProjectResourceCategoryObjectId | Int | The unique ID of the associated project resource category. | No |
ResourceName | String | The name of the associated resource. | Yes |
ResourceObjectId | ForeignKey | The unique ID of the associated resource. | No |
RoleName | String | The name of the associated role. | Yes |
RoleObjectId | ForeignKey | The unique ID of the associated role. | No |
StartDate | DateTime | The start date of the assignment. By default, it is set to the Planned Start date of the project. If LifeOfProjectFlag is set to true, this date is set to the Project Planned Start date.. | No |
Status | Enum | The project or WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'. | No |
WBSCode | String | The short code assigned to the associated WBS element for identification. | Yes |
WBSObjectId | ForeignKey | The unique ID of the associated WBS. | Yes |