SelectedUserLoadMore: Additional Info
Tag: SelectedUserLoadMore
The SelectedUserLoadMore function automates the action of loading the extra information of selected users in the grid.
Tag Attributes
Attributes | Attributes Value |
---|---|
Load | Any combination of semi-colon separated values form this list:
If omitted, all requests are performed. If empty, only the basic request is performed. |
KeepAlive | True/False (defaults to False) |
<SelectedUserLoadMore/>
<SelectedUserLoadMore Load="Mailbox;Authentification"/>
Example Script
<ytriaAutomation>
<Select lines="ByValue">
<SetParam ColumnID="jobTitle" Value="Salesperson"/>
</Select>
<SelectedUserLoadMore/>
</ytriaAutomation>