ApplyGridSnapshot: restore a previously created grid state
Restores the grid to a previous state (layout only, not row content) that was created by calling MakeGridSnapshot.
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>