ProjectsGroups
Stores group associations within projects, enabling retrieval of information about team structures, project roles, and collaborations.
Workday Resource Information
Retrieves a collection of projects for the specified IDs. When you don't specify the search string, Workday retrieves all projects.Secured by: Manage: Project Details, Self-Service: Project, View: Project
Scope: Project Tracking, Projects
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
A unique identifier for this specific instance within the ProjectsGroups table. This value is used as the primary key to distinguish each record uniquely. |
| Projects_Id [KEY] | String | False |
The unique Workday ID (WID) that links this record to a corresponding entry in the Projects table. This establishes a relationship between the project and its associated group. |
| Descriptor | String | False |
A human-readable representation of this instance, typically used for display purposes. This can include a concatenation of key attributes to provide a quick preview of the record's details. |