JavaScript
{dialog.object}_getRepeatingSectionRowCount Method
Syntax
{dialog.object}._getRepeatingSectionRowCount(RepeatingSectionName);
Arguments
- RepeatingSectionNamestring
The name of the repeating section to get the row count.
Description
Gets the number of rows in a repeating section.
Example
var count = {dialog.Object}._getRepeatingSectionRowCount('CONTAINER_1');