ProjectResource
Represents project resources that assign employees or items to a project, including pricing methods, billing rates, and start date details.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the project resource. |
| auditCreatedDateTime | Datetime | True |
The date and time when the project resource was created. |
| auditModifiedBy | String | True |
The user who last modified the project resource. |
| auditModifiedDateTime | Datetime | True |
The date and time when the project resource was last modified. |
| description | String | False |
The description of this project resource. |
| employeeContact_Href | String | True |
The URL of the employee contact associated with this project resource. |
| employeeContact_Id | String | True |
The Id of the employee contact associated with this project resource. |
| employeeContact_Key | String | True |
The system-assigned key of the employee contact associated with this project resource. |
| employee_EndDate | Date | True |
The end date of the employee associated with this project resource. |
| employee_Href | String | True |
The URL of the employee associated with this project resource. |
| employee_Id | String | False |
The Id of the employee associated with this project resource. |
| employee_Key | String | False |
The system-assigned key of the employee associated with this project resource. |
| employee_StartDate | Date | True |
The start date of the employee associated with this project resource. |
| entity_Href | String | True |
The URL of the entity associated with this project resource. |
| entity_Id | String | True |
The Id of the entity associated with this project resource. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this project resource. |
| entity_Name | String | True |
The name of the entity associated with this project resource. |
| href | String | True |
The URL of the project resource record. |
| id | String | True |
The unique identifier of the project resource record. |
| item_Href | String | True |
The URL of the item associated with this project resource. |
| item_Id | String | False |
The Id of the item associated with this project resource. |
| item_Key | String | False |
The system-assigned key of the item associated with this project resource. |
| item_Name | String | True |
The name of the item associated with this project resource. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the project resource record. |
| pricingApPurchasingPricingMethod | String | True |
The pricing method used for AP purchasing transactions for this project resource. |
| pricingApPurchasingRate | Decimal | False |
The billing rate applied to AP purchasing transactions for this project resource. |
| pricingExpensePricingMethod | String | True |
The pricing method used for expense transactions for this project resource. |
| pricingExpenseRate | Decimal | False |
The billing rate applied to expense transactions for this project resource. |
| pricingLaborPricingMethod | String | True |
The pricing method used for labor transactions for this project resource. |
| pricingLaborRate | Decimal | False |
The billing rate applied to labor transactions for this project resource. |
| project_Href | String | True |
The URL of the project associated with this project resource. |
| project_Id | String | False |
The Id of the project associated with this project resource. |
| project_Key | String | False |
The system-assigned key of the project associated with this project resource. |
| project_Name | String | True |
The name of the project associated with this project resource. |
| startDate | Date | False |
The date on which this project resource assignment begins. |