TaskResources
Retrieves a collection of Task Resources.
Workday Resource Information
Retrieve Task Resource specified by Workday ID.Secured by: Manage: Project Task Resources
Scope: Projects
Aggregate Fields
The provider represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
ProjectResources_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| Allocation | Decimal | False |
The allocation percentage for the task resource. |
| Descriptor | String | False |
A preview of the instance |
| EndDate | Datetime | False |
The date the task resource ends. |
| EstimatedHours | Decimal | False |
The number of hours estimated for the task resource. |
| Memo | String | False |
The memo specified on the Project Task Resource. |
| ProjectPlanLine_AssociationResourcePlanDetail | Bool | False |
Flag denoting whether resource plan detail is association type |
| ProjectPlanLine_Descriptor | String | False |
A preview of the instance |
| ProjectPlanLine_Id | String | False |
Id of the instance |
| ProjectPlanTask_Descriptor | String | False |
A description of the instance |
| ProjectPlanTask_Href | String | False |
A link to the instance |
| ProjectPlanTask_Id | String | False |
wid / id / reference id |
| ProjectResources_Aggregate | String | False |
The workers or unnamed resources assigned to the resource plan. |
| StartDate | Datetime | False |
The date the task resource starts. |
| WarningCustomValidations | String | False |
Warning Custom Validations |
| ProjectPlanTask_Prompt | String | False |
The project plan task to retrieve the task resources from. |
| Project_Prompt | String | False |
The project to retrieve the task resources from. |