Tag: GridDataComposition

The GridDataComposition action will apply a previously saved grid configuration file to a grid.
Grid configuration files contain information about the grid layout, its options, the order of columns, their formats, grouping, sorting etc.


<GridDataComposition FilePath="C:\dev\Temp_XML\mainGridConfig.xml"/>
XML

Tag Attributes

AttributesAttribute ValuesValue Description
TargetThe corresponding Grid CodeSets 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).
FilePathUser definableThe folder path that contains the Grid Data Composition XML file - Required
ResetUserDefault

YtriaDefault

Will return the grid to the specified default setting - Not Required
ServerAbbreviated server names (separated by comma)

N/A - Only applicable in consoleEZ

IndexPositive integerWindow index number - Only applicable in consoleEZ

When using the attribute FilePath to retrieve incoming files, it will validate if both the folder path is correct and that the file itself exists.

Example Script

<YtriaAutomation>
	<Load Server="Acme01/ACME" partial="true">
		<Load Database="AutoTest\Im_us_8.nsf" Select="True"/>
		<Load Database="AutoTest\Im_nab_8.nsf" Select="True"/>
		<Load Database="AutoTest\info_s03.nsf" Select="True"/>
		<Load Database="storebackup.ntf" Select="True"/>
	</Load>

	<GridDataComposition FilePath = "C:\dev\Temp_XML\ConfigGrid1.xml"/>
 	
</ytriaautomation­>
XML