Groups
Returns the collection of groups of approvers.
View-Specific Information
Select
The provider uses the SAP Ariba API to process WHERE clause conditions that are built with the following column and operators:
- UniqueName supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [Groups]
SELECT * FROM [Groups] WHERE [UniqueName] = 'Val1'
The provider processes other filters client-side within the provider.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the group. | |
| UniqueName | String | Unique name of the group. |