SelectedUserLoadCustomSecurityAttributes: Load Custom Security Attributes
Tag: SelectedUserLoadCustomSecurityAttributes
The SelectedUserLoadCustomSecurityAttributes function automates the action of loading Custom Security Attributes of selected users in the grid.
<SelectedUserLoadCustomSecurityAttributes/>
Example Script
<ytriaAutomation>
<Select lines="ByValue">
<SetParam ColumnID="jobTitle" Value="Salesperson"/>
</Select>
<SelectedUserLoadCustomSecurityAttributes/>
</ytriaAutomation>