Skip to main content
Skip table of contents

Run Note Tracker

Tag: TrackNotes

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


SetParam Options

Field NameCompatible Field ValuesValue Description
UNIDSpecific UNID of notes to track

N/A - Required

Example Scripts

XML
<TrackNotes>
	<SetParam Field="UNID" Value="2BDCD357E5B194C8852579B800756B81;19E61567D1D72696852579B8007598F8"/>
</TrackNotes>
XML
<ytriaAutomation>
	<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.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.