TaskApprovers
Retrieve all task approvers.
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.
- ProjectId supports the '=' comparison operator.
SELECT * FROM TaskApprovers WHERE ProjectId = 'WS12345'
Columns
Name | Type | References | Description |
TaskId [KEY] | String |
Tasks.InternalId | Specifies the internal ID of the task. Example: TSK13758. |
Name | String | User's full name (for GET responses). | |
UniqueName [KEY] | String | Unique name for the user; used as a login ID. | |
PasswordAdapter | String | Password adapter to authenticate the user. Example: PasswordAdapter1 or SourcingSupplierUser. | |
IsRecommended | Bool | Is recommended. | |
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. |