ProjectEnterpriseLaborResources
The Project Enterprise Labor resource is used to view project enterprise labor resources.
Columns
| Name | Type | Description |
| ResourceId [KEY] | Long | Identifier of the project enterprise resource. |
| PersonId | Long | Identifier of the HCM person associated with the project enterprise resource. You can provide the Person ID or the Person Number in the POST operation to create a resource from an existing HCM person. Person ID takes precedence over Person Number. |
| PersonNumber | String | Unique number of the person associated with the project enterprise resource. You can provide the Person ID or the Person Number in the POST operation to create a resource from an existing HCM person. Person ID takes precedence over Person Number. |
| HCMPersonName | String | Name of the person in HCM for the project enterprise resource. |
| FirstName | String | First name of the project enterprise resource. In POST operation, if the resource isn't created from an existing HCM person, then either pass First Name and Last Name or the Resource Name. |
| LastName | String | Last name of the project enterprise resource. In POST operation, if the resource isn't created from an existing HCM person, then either pass First Name and Last Name or the Resource Name. |
| ResourceName | String | Name of the project enterprise resource. Mandatory for POST operation if the resource isn't created from an existing HCM person and if First Name and Last Name aren't populated. |
| String | Email address of the project enterprise resource. Mandatory for POST operation if the resource isn't created from an existing HCM person. | |
| FromDate | Date | The date from which you can assign the project enterprise resource to a project. |
| ToDate | Date | The last date that you can assign the project enterprise resource to a project. |
| PhoneNumber | String | The phone number of the project enterprise resource. |
| ManagerId | Long | Identifier of the person who's the manager of the project enterprise resource. |
| ManagerName | String | Name of the person who's the manager of the project enterprise resource. |
| ManagerEmail | String | Email address of the person who's the manager of the project enterprise resource. |
| CalendarId | Long | Identifier of the calendar that establishes the normal working days, hours, and exceptions for a project enterprise resource. If no value is passed, the default value is set to the Resource Calendar field value from the Project Management Implementation Options setup page. |
| CalendarName | String | Name of the calendar that establishes the normal working days, hours, and exceptions for a project enterprise resource. |
| PrimaryProjectRoleId | Long | Identifier of the primary role for the project enterprise resource. |
| PrimaryProjectRoleName | String | Name of the primary role for the project enterprise resource. |
| BillRate | Decimal | The amount paid to a business by its customer for a unit of work completed by the project enterprise resource. |
| BillRateCurrencyCode | String | Code of the currency used to define the bill rate of the project enterprise resource. If no value is passed, the default value is set to the Default Currency field value from the Project Management Implementation Options setup page. |
| CostRate | Decimal | The cost of a unit of work by the project enterprise resource. |
| CostRateCurrencyCode | String | Code of the currency used to define the cost rate of the project enterprise resource. If no value is passed, the default value is set to the Default Currency field value from the Project Management Implementation Options setup page. |
| ManageResourceStaffingFlag | Bool | Indicates whether the project enterprise resource is eligible for staffing. The valid values are Y and N. |
| ResourcePoolId | Long | Identifier of the resource pool for the resource pool membership. You can pass a value only if ManageResourceScheduleFlag is passed as Y. The default value is set to Resources with No Pool Membership if no resource pool ID is passed. |
| ResourcePoolName | String | Name of the resource pool for the resource pool membership. |
| PoolMembershipFromDate | Date | Start date of the resource pool membership for the project enterprise resource. You can pass a value only if ManageResourceScheduleFlag is passed as Y. The default value is set to system date if no value is passed. |
| ProjectId | Long | Identifier of the project associated to the project enterprise resource. |
| ProjectName | String | Name of the project associated to the project enterprise resource. |
| ExternalId | String | Identifier of the project enterprise resource in the external application. |
| HCMPersonNumber | String | Number of the HCM person associated with the project enterprise resource. |
| PoolName | String | Name of the resource pool associated to the project enterprise resource. |
| Finder | String | finder |