JavaScript
{dialog.object}_listRefreshCascadingLists Method
Syntax
{dialog.object}._listRefreshCascadingLists(listId);
Arguments
- listIdstring
The name of the List control.
Description
Refreshes the data in child List controls that are dependent on the data in this List control.
Example
{dialog.object}._listRefreshCascadingLists('MYLIST1');
See Also