JavaScript
{dialog.object}moveUpRepeatingSectionRow Method
Syntax
{dialog.Object}.moveUpRepeatingSectionRow(id);
Arguments
- idstring
Current repeating section row.
Description
Moves the data in the current Repeating Section row up one row.
Example
{dialog.Object}.moveUpRepeatingSectionRow('CONTAINER_1');
See Also