ResourcePlanLinesRequirements
Defines specific resource requirements within a resource plan.
Workday Resource Information
Retrieve Resource Plan Line as specified by ID.Secured by: Manage: Project, Manage: Project Details, Self-Service: Project, View: Project
Scope: Project Tracking, Projects
Aggregate Fields
The server 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. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
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.
Values_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier for this instance, used as a primary key. |
| ResourcePlanLines_Id [KEY] | String | False |
Workday-generated unique ID linking this record to a specific Resource Plan Line. |
| Category_Descriptor | String | False |
Human-readable description of the category for easier identification. |
| Category_Href | String | False |
URL or reference link pointing to the category instance in Workday. |
| Category_Id | String | False |
Unique identifier used to track the category. |
| Descriptor | String | False |
A brief summary of the instance for quick identification. |
| Optional | Bool | False |
Indicates whether the requirement is optional (true) or mandatory (false). |
| Values_Aggregate | String | False |
Aggregated requirement values associated with this category. |
| ProjectResourcePlan_Prompt | String | False |
Reference prompt for selecting a Project Resource Plan within Workday. |
| Project_Prompt | String | False |
Reference prompt for selecting a Project within Workday. |