Load Conflict Counter for Selected Entries
Tag: LoadConflictCounter
The LoadConflictCounter action, along with a set of SetParam child actions, lets you automate the Load Conflict Counter function in replicationEZ.
Detailed Description
The SetParam field 'ReloadPrevious' emulates the selection of the 'Reload previously retrieved conflict counts'.
Value="False"
is the equivalent of unchecked.
Value="True" is the equivalent of checked.
This value is mandatory and must be specified for the action to function.
SetParam Options
Field Name | Compatible Field Values | Value Description |
---|---|---|
ReloadPrevious | True / False | Required |
Example Scripts
<LoadConflictCounter>
<SetParam Target="SelectConflictCounter" Field="ReloadPrevious" Value="True"/>
</LoadConflictCounter>
<ytriaAutomation>
<Load Server="Acme01/ACME" Select="True"/>
<Select Target="Grid" lines="all"/>
<LoadConflictCounter>
<SetParam Field="ReloadPrevious" Value="False"/>
</LoadConflictCounter>
</ytriaAutomation>
In the script above, the Conflict Counter function will be launched on all lines selected in the main grid. Previously retrieved conflict counts will not be reloaded.