Skip to main content
Skip table of contents

RemoveColumnDuplicates: Remove Column with Duplicate Info

Tag: RemoveColumnDuplicates

This RemoveColumnDuplicates function allows you to easily remove duplicate info from columns in the grid.

Tag Attributes

AttributesValue Description
Target

Identifies the grid by name.

Do not use, or use "grid" for main grid.
No target necessary in sapio365

ColumnIDColumn UID shows the columns that aren't visible - selects the column like <SelectColumn ColumnID="..."/>

A column must be selected

Example Scripts

XML
<RemoveColumnDuplicates/>
XML
<ytriaAutomation>
	<ShowUsers>
		<!--previous things --/>
		<RemoveColumnDuplicates ColumnID="businessPhones"/>
	</ShowUsers>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.