Groups
Returns the collection of groups of approvers.
View-Specific Information
Select
The connector 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 connector processes other filters client-side within the connector.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the group. | |
| UniqueName | String | Unique name of the group. |