The List of Values bind provides access to the selected LOV that is bound to the variable. This bind is available within the 'Binds to' dropdown, as shown below.
Configuration
To use any bind:
Example
The following is example JavaScript that uses this bind.
Important: The example scripts should not be used as-is without thorough testing, including updating the script to match object and link types that exist on your system.
For example, to add the color 'violet' to the 'Colors' LOV.
//lov =Binds to List of Values
//node= Current Object
lov.createListOfValuesValue("violet",null ,node.getID());
2018, Stibo Systems – Confidential