TaskResources
Tracks resource allocation for tasks, including employee assignments, cost rates, and project linkage for better utilization.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
Unique identifier for the task resource record. |
| Taskkey | String | False |
The identifier for the task associated with the resource. |
| Taskname | String | False |
The name of the task associated with the resource. |
| Projectkey | Int64 | False |
The identifier for the project related to the task resource. |
| Projectid | String | False |
The ID of the project associated with the task resource. |
| Projectname | String | False |
The name of the project associated with the task resource. |
| Employeekey | Int64 | False |
The unique identifier for the employee assigned to the task resource. |
| Employeeid | String | False |
The employee ID associated with the task resource. |
| Employeecontactname | String | False |
The contact name of the employee associated with the task resource. |
| Pbegindate | Datetime | False |
The planned start date for the resource allocation. |
| Penddate | Datetime | False |
The planned end date for the resource allocation. |
| Abegindate | Datetime | False |
The actual start date for the resource allocation. |
| Aenddate | Datetime | False |
The actual end date for the resource allocation. |
| Budgetqty | Double | False |
The planned quantity for the resource allocation. |
| Estqty | Double | False |
The estimated quantity for the resource allocation. |
| Actualqty | Double | False |
The actual quantity used for the resource allocation. |
| Remainingqty | Double | False |
The remaining quantity for the resource allocation. |
| Approvedqty | Double | False |
The approved quantity for the resource allocation. |
| Percentcomplete | Double | False |
The percentage of resource allocation completion based on actual and planned quantities. |
| Description | String | False |
A detailed description of the task resource allocation. |
| Isfulltime | Boolean | False |
Indicates whether the resource allocation is full-time. |
| Whencreated | Datetime | False |
The date and time when the task resource was created. |
| Whenmodified | Datetime | False |
The date and time when the task resource was last modified. |
| Createdby | Int64 | False |
The identifier of the user who created the task resource. |
| Modifiedby | Int64 | False |
The identifier of the user who last modified the task resource. |
| Record_url | String | False |
The URL for accessing the task resource record. |