resourceallocation
Manages the allocation of resources such as personnel, equipment, and budget to various projects or tasks.
Columns
| Name | Type | References | Description |
| allocationamount | String | The total monetary value allocated to a specific resource for a project or task. | |
| allocationresource | String | The name or unique identifier (Id) of the resource, such as an employee or contractor, assigned to the allocation. | |
| allocationtype | String | The type of allocation, specifying whether it is a hard allocation (guaranteed) or a soft allocation (tentative). | |
| allocationunit | String | The unit of measurement used for the allocation, such as hours, days, or percentage of total project time. | |
| customform | String | The Id of the custom form used for recording this allocation, allowing for customized data entry and display. | |
| enddate | Date | The date when the allocation for the specified resource is scheduled to end. | |
| externalid | String | A unique Id assigned externally to this allocation, typically used for data integration or reference from external systems. | |
| notes | String | Additional details or comments related to this resource allocation, often used for internal documentation or communication. | |
| numberhours | String | The total number of hours allocated to the resource for the specified project or task. | |
| percentoftime | String | The percentage of the resource's total available time that is allocated to the specified project or task. | |
| project | String | The name or unique Id of the project to which the resource is allocated. | |
| requestor | String | The person or entity who requested the allocation of this resource, often a project manager or department head. | |
| startdate | Date | The date when the resource allocation begins, marking the start of the assigned work period. |