Set Target
Tag: SetTarget
The SetTarget tag sets the default grid target name to be used with grid system variables: {%GridSelectionCount%}
<SetTarget Name="ACLEntryPresence"/>
Tag Attributes
Attributes | Value Description |
---|---|
Name | 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.
Example Script
Example Script
<ytriaAutomation console="true">
<SetTarget Name="ACLEntryPresence"/>
<echo value="SELECTION {%GridSelectionCount%}"/>
</ytriaAutomation>