ProjectPlanProjectPhasesValues
Stores predefined values related to different project plan phases, ensuring consistency in project phase classification and reporting.
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 for the project phase, which can be a Workday ID (WID), reference ID, or another system-generated identifier. |
| Descriptor | String | A human-readable label or description that represents the project phase instance, helping users quickly understand its purpose or role. |
| CollectionToken | String | A token that represents a collection of related project phases. Use this value in conjunction with the Collection_Prompt input to retrieve all members of this collection. |
| Collection_Prompt | String | A reference value from the CollectionToken column. Supplying this input allows users to fetch all child phases or sub-components of a project phase collection. |
| Project_Prompt | String | Identifier or reference for the specific project associated with the phase. Used to filter or locate project phases within a broader project plan. |
| TopLevelPhase_Prompt | Bool | A boolean indicator specifying whether the current project phase is a top-level phase. A value of 'true' means this phase is at the highest level of the hierarchy, while 'false' indicates it is a sub-phase or dependent phase. |