HELP!

instances

This method returns an array containing all the pre-defined List values for the given List object name.

xpertrule.instances("objectName");

"objectName". Must be a string. Holds object name which must be of type boolean or list

The returned array data format for the object named "Grade" is as follows:

["Director", "Senior Manager", "Junior Manager"]

On This Page