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

 

Tag: LoadConflictCounter

The LoadConflictCounter action, along with a set of SetParam child actions, lets you automate the Load Conflict Counter function in replicationEZ.

<LoadConflictCounter>
<SetParam Target="SelectConflictCounter" Field="ReloadPrevious" Value="True"/>
</LoadConflictCounter>

SetParam Options

Field NameCompatible Field ValuesValue DescriptionComment
ReloadPreviousTrue/FalseMandatory

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.

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"/>
<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.