MakeGridSnapshot: create an in-memory snapshot of the grid state
MakeGridSnapshot saves in memory the state of the grid (layout, options, etc. - not the row content!) at the time the action is called.
This snapshot can then be used with ApplyGridSnapshot to restore the grid in the state defined by the snapshot.
Tag Attributes
Attributes | Attribute Values | Value Description |
---|---|---|
Target | The corresponding Grid Code | Sets the target grid on which to carry out the action - Not Required. If no target is set, the target will default to the main grid (for products containing a main grid). |
Example script
<ytriaAutomation console="false">
<GroupBy ColumnID="accountEnabled"/>
<MakeGridSnapshot/>
<GroupBy ColumnID="usageLocation"/>
<ApplyGridSnapshot/>
</ytriaAutomation>