Set Target

Tag: SetTarget

The SetTarget tag sets the default grid target name to be used with grid system variables: {%GridSelectionCount%}

XML
<SetTarget Name="ACLEntryPresence"/>

Tag Attributes

Attributes

Value Description

Name

https://www2.ytria.com/icons/ecblank.gif Target grid code

Detailed Description

If Name is not set or empty, the default target is reset to the main grid. The default target is in effect until the script's execution ends.


f Name is not set or empty, the default target is reset to the main grid. The default target is in effect until the script's execution ends


Example Script

XML
<ytriaAutomation console="true">
	<SetTarget Name="ACLEntryPresence"/>
	<echo value="SELECTION {%GridSelectionCount%}"/>
</ytriaAutomation>