Changes
List changes to approvable documents.
View-Specific Information
Select
The connector uses the SAP Ariba API to process WHERE clause conditions that are built with the following column and operator:
- ChangeSequenceId supports the '>,>=' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [Changes]
SELECT * FROM [Changes] WHERE [ChangeSequenceId] > 123
The connector processes other filters client-side within the connector.
Columns
| Name | Type | References | Description |
| ChangeSequenceId [KEY] | Long | Id of the change. | |
| ChangeType | String | The type of the change. | |
| ChangeParameters | String | The id of the approval node in the graph (if relevant). | |
| Realm | String | Realm for this change. | |
| ApprovableId | String | Id of the approvable. | |
| ApprovableUniqueName | String | UniqueName of the approvable. | |
| Approvers | String | Json string representation of the approvers. | |
| RestResourceName | String | The name of the approvable type (requisitions) or delegations. | |
| TimeCreated | Datetime | The time when the change was created. |