Table of Contents
Overview
This Custom Field creates a numerical sequence value which enable records to be paginated on a grid.
Syntax
GROUPGRIDLAYOUTORDER(GroupPath,SortField,RowCount,ColumnCount,WidthField,HeightField)
Element | Description |
---|---|
GroupPath | Group path delimited by colons. Limits the scope to the specified grouping. |
SortField | Field used to sort by. |
RowCount | Row count. |
ColumnCount | Column count. |
WidthField | Field specifying width. |
HeightField | Field specifying height. |
Example
GROUPGRIDLAYOUTORDER(‘Parent Category:Child Category‘,”,4,3,x,y)