Ytria logo DOCUMENTATION
⚠ This page requires javascript enabled in browser
Automation / agentEZ Automation

 

Tag: LoadMoreInfo

This action emulates the selection of the right-click menu option (Re) Load All Information.

<LoadMoreInfo/>

This tag is self-closing. No attributes are used.



Note This action has an effect only if rows are selected in the Main Grid.

Example Script:

<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="agentEZ" ApplicationVersion="16.5">
<Load Server="Acme01/ACME">
<Load Database="dbtest\LicenseK.nsf" Select="True"/>
</Load>
<Select Target="grid" Lines="All"/>
<LoadMoreInfo/>
</ytriaAutomation>

In the script above, only the database "dbtest\licenseK.nsf" will be loaded into agentEZ's database selection tree; it will be selected and loaded into the main grid. All lines will be selected in the grid, and the action LoadMoreInfo will load the detailed agent information to the entries in the main grid.