Tag: RemoveColumnDuplicates
The RemoveColumnDuplicates function removes duplicates from columns in the grid.
<RemoveColumnDuplicates/>
XML
Tag Attributes
Attributes | Attribute Values | Value Description | Comment |
---|
Target | N/A | Identifies the grid by name Do not use, or use "grid" for main grid no target necessary in sapio365 | N/A |
ColumnID | N/A | Column UID shows the columns if they're not visible. It selects the column like <SelectColumn ColumnID="..."/> | N/A |

Example Script
A column must be selected.
<ytriaAutomation Application="sapio365">
<ShowUsers>
<!--previous things --/>
<RemoveColumnDuplicates ColumnID="businessPhones"/>
</ShowUsers>
</ytriaAutomation>
XML