JavaScript
{dialog.object}getInstanceNumber Method
Syntax
{dialog.object}.getInstanceNumber(controlName)
Arguments
- controlNamestring
A control.
Returns
- resultnumberstring
Returns the row number of the active row in a Repeating Section if the specified control is in a repeating section. Otherwise, returns an empty string.
Description
Returns the instance number for the specified control in a Repeating Section.
Example
{dialog.object}.getInstanceNumber("QUANTITY");
See Also