ViewChildElements
Get all child elements for a specific view template.
View-Specific Information
Select
The cmdlet uses the SAP Ariba API to process WHERE clause conditions built with the following columns and operators. The cmdlet processes other filters client-side within the cmdlet.
- ViewTemplateName supports the '=','IN' comparison operators. It is required to specify this column in the criteria.
SELECT * FROM ViewChildElements WHERE ViewTemplateName='Requisition_SAP_createdRange_v2'
Columns
Name | Type | References | Description |
ViewTemplateName [KEY] | String | The name of the view. | |
ChildElement [KEY] | String | A child element/array of documents in the view template in dot notation. | |
Description | String | A description of the child element. |