TeamGroups
Retrieve team group information specified in a sourcing project.
View-Specific Information
Select
The add-in uses the SAP Ariba API to process WHERE clause conditions built with the following columns and operators. The add-in processes other filters client-side within the add-in.
- TeamId supports the '=' comparison operator.
- ProjectId supports the '=' comparison operator.
SELECT * FROM TeamGroups WHERE TeamId = 'PG17371157'
SELECT * FROM TeamGroups WHERE ProjectId = 'WS12345'
Columns
Name | Type | References | Description |
TeamId [KEY] | String |
Teams.Id | Specifies the unique identifier of the project group. |
TeamName | String | Specifies the name of the project group. | |
TeamType | String | Specifies the type of the project group. Possible values- ProjectGroup, GlobalGroup. | |
Id [KEY] | String | Specifies the unique identifier for the project group. | |
Name | String | Specifies the name of the project group. | |
Type | String | Specifies the type of the project group. Possible values- ProjectGroup, GlobalGroup. | |
ProjectId [KEY] | String |
Projects.InternalId | Specify the unique identifier of the sourcing project for which you want to fetch task details. Example, Try it out with: WS17371155. |