Tag: CompareAgents
The CompareAgents
action, along with a set of SetParam child actions, emulates the Compare Agents process in replicationEZ.
SetParam Options
Field Name | Compatible Field Values | Value Description | Comment |
---|
AgentType | All Scheduled BeforeMail AfterMail AllDocuments ServerStats SearchType | N/A
| See detailed description |
SearchType | DesignCollection Basic | N/A
| See detailed description |
Detailed Description
Every option available within the Agent Comparator Setup dialog is available as a corresponding SetParam value.
Example Script
<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="replicationEZ" ApplicationVersion="16.5">
<Load Server="Acme01/ACME" Select="True"/>
<Select Target="Grid" lines="all"/>
<CompareAgents>
<SetParam Field="AgentType" Value="AfterMail"/>
<SetParam Field="SearchType" Value="DesignCollection"/>
</CompareAgents>
</ytriaAutomation>
XML
In the script above, all agents of the type 'After new mail has arrived' will be compared for all of the lines selected within the main grid.