ProjectsTasksLaborResourceAssignments
An object that includes the attributes that are used to store values while creating or updating labor resource assignments for a project task. For example, a DBA can be assigned as labor resource for a project task.
Columns
| Name | Type | Description |
| ProjectsProjectId [KEY] | Long | Unique identifier of the project. |
| LaborBilledAmount | Decimal | Column to indicate the labor bill amount of the task. |
| LaborCostAmount | Decimal | Column to indicate the labor cost of the task |
| LaborPrimaryResource | String | Unique identifier of the primary labor resource for the project task. |
| LaborResourceAssignmentId [KEY] | Long | Unique identifier of the labor resource assignment to the project task. |
| LaborResourceId | Long | Unique identifier of the labor resource assigned to the project task. |
| ProjElementId | Long | Identifier of the task to which the labor resource is assigned. |
| ResourceAllocationPercent | Decimal | Allocation percentage of the labor resource assigned to the task. |
| LaborResourceName | String | Name of labor resource assigned to the project task. |
| LaborResourceEmail | String | E-mail address of the labor resource assigned to the task. Required if the resource type is Labor. |
| ProjectResourceAssignId | Long | Unique identifier of the assignment of the labor resource in a project. |
| ActiveDate | Date | activedate |
| ClassCategory | String | classcategory |
| Finder | String | finder |
| FinishDate | Date | finishdate |
| OwningOrganizationName | String | owningorganizationname |
| PartyName | String | partyname |
| PersonId | Long | personid |
| PersonName | String | personname |
| ProjectId | Long | projectid |
| ProjectName | String | projectname |
| ProjectRole | String | projectrole |
| ProjectStatus | String | projectstatus |
| SearchAttribute | String | searchattribute |
| SourceApplicationCode | String | sourceapplicationcode |
| SourceProjectReference | String | sourceprojectreference |
| StartDate | Date | startdate |