Skip to main content
Skip table of contents

Run 'Diff' process

Summarize fields in selected documents/designs

Tag: Diff

The self-closing tag Diff will emulate clicking on the Diff button in the UI of scanEZ.



Detailed Description

Once the Diff action is used, general grid automation can be launched on this panel by using the Diff grid panel as a target: Select target="DiffGrid"

Example Scripts

XML
<Diff/>
XML
<ytriaAutomation>
	<Load server="NOTESAPP/Ytria" database="Dev\Team\YtriaAut.nsf"/>
	<Expand target="tree" category="Designs" type="Agents"/>
	<focus target="tree" category="Designs" type="forms"/>
	<Diff/>
	<Select target="DiffGrid" Lines="ByValue">
		<SetParam ColumnID="AI2" Value="$Info"/>
		<SetParam ColumnID="AI2" Value="$NoPurge"/>
		<SetParam ColumnID="AI2" Value="$WebFlags"/>
	</Select>
</ytriaAutomation>

In the script above the Diff grid panel will be opened. Then, because the target for the Select action that follows is set to DiffGridthe action will be carried out on the specified column.


JavaScript errors detected

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

If this problem persists, please contact our support.