RequisitionApprovalRequestApprovers
Approvers for requisition approval requests.
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:
- ApprovableId supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [RequisitionApprovalRequestApprovers]
SELECT * FROM [RequisitionApprovalRequestApprovers] WHERE [ApprovableId] = 'Val1'
The provider processes other filters client-side within the provider.
Columns
| Name | Type | References | Description |
| ApprovableId | String |
Requisitions.ApprovableId | The unique identifier of the approvable requisition. |
| RequisitionId | String | The identifier of the parent requisition. | |
| ApprovalRequestId [KEY] | String | The identifier of the parent approval request. | |
| Id [KEY] | String | The unique identifier for this approver entry. | |
| Type | String | The type of approver, either user or group. | |
| UserUniqueName | String | The unique system identifier for the approver user. | |
| UserName | String | The full human-readable name of the approver user. | |
| UserEmailAddress | String | The email address of the approver user. | |
| UserPhone | String | The phone number of the approver user. | |
| UserPasswordAdapter | String | The password adapter mechanism of the approver user. | |
| UserRealm | String | The realm of the approver user. | |
| GroupUniqueName | String | The unique system identifier for the approver group. | |
| GroupId | String | The system identifier for the approver group. |