JavaScript
{dialog.object}sortRepeatingSection Method
Syntax
{dialog.Object}.sortRepeatingSection(id,column,direction);
Arguments
- idstring
Id of the Repeating Section.
- columnstring
Name of column in Repeating Section to sort.
- directionstring
Sort direction - can be 'A', or 'D'.
Description
Sorts the data in a Repeating Section.
Example
{dialog.object}.sortRepeatingSection('CONTAINER_1','QUANTITY','A');
See Also