TaskApproverGroups
Retrieve task approver groups.
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 TaskApproverGroups WHERE ProjectId = 'WS12345'
Columns
Name | Type | References | Description |
TaskId [KEY] | String |
Tasks.InternalId | Specifies the internal ID of the task. Example: TSK13758. |
Name | String | Specifies the name for the project group. | |
UniqueName [KEY] | String | Specifies the unique name for the project group. | |
Roles | String | Specifies the roles assigned to this project group. | |
Users | String | Specifies users in this project group. | |
ChildGroups | String | Specifies the child groups defined for this project group. | |
IsGlobal | Bool | Indicates whether the group is a global group. If true, this is a global group (defined for the entire site). If false, this is a project group. | |
IsDeletable | Bool | Indicates whether the group can be deleted. If true, this group can be deleted. | |
IsEditable | Bool | Indicates whether the group can be edited. If true, this group can be edited. | |
IsOwner | Bool | Indicates whether the group has Project Owner capabilities. If true, this group has Project Owner capabilities. | |
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. |