Skip to main content
Skip table of contents

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

AttributesValue 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.


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

Example Script

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

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

If this problem persists, please contact our support.