ProjectPlanProjectPlanPhasesValues
Captures standard values associated with project plan phases, supporting structured project planning and tracking.
Workday Resource Information
Retrieves instances that can be used as values for other endpoint parameters in this service.Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier (WID, ID, or reference ID) for the project plan phase value. This is used to track and reference specific instances within Workday. |
| Descriptor | String | The display name of the instance |
| CollectionToken | String | A system-generated token used to manage hierarchical collections of project plan phases. This token can be used as an input with the Collection_Prompt field to retrieve all members of a specific collection. |
| Collection_Prompt | String | An input value derived from the CollectionToken column. When provided, it retrieves all child elements associated with the specified collection, enabling hierarchical data retrieval. |
| Project_Prompt | String | An input parameter used to specify a particular project when retrieving relevant project plan phase values. If left blank, results may be broader and not project-specific. |
| TopLevelPhase_Prompt | Bool | A boolean flag indicating whether the project plan phase is a top-level phase. A value of 'true' means it has no parent, while 'false' means it is nested within another phase. |