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

 

Tag: TrackNotes

The TrackNotes tag, along with a SetParam field value to specify the UNIDs to track, will automate the Note Tracker function.

<TrackNotes>
<SetParam Field="UNID" Value="2BDCD357E5B194C8852579B800756B81;19E61567D1D72696852579B8007598F8"/>
</TrackNotes>

SetParam Options

Field NameCompatible Field ValuesValue DescriptionComment
UNIDSpecific UNID of notes to trackMandatory

Example Script

<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="replicationEZ" ApplicationVersion="16.0">
<Load Server="Acme01/ACME" Select="True"/>
<Select Target="Grid" lines="all"/>
<TrackNotes>
<SetParam Field="UNID" Value="2BDCD357E5B194C8852579B800756B81;19E61567D1D72696852579B8007598F8"/>
</TrackNotes>
</ytriaAutomation>

In the script above, the notes having UNIDs 2BDCD357E5B194C8852579B800756B81 and 19E61567D1D72696852579B8007598F8 will be tracked.