Add option in select box when it is in variable set

Sirisha Doli
Tera Contributor

Hi, 

 

How to add option in select box when it is in variable set and that is included in many catalog items.

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Sirisha Doli If the option is static, you can simply added choices on the select box variables on the choices related list.

 

If you wish to add choices dynamically then you can chose to do it using g_form.addOption() function. For more information please refer to  https://developer.servicenow.com/dev.do#!/reference/api/washingtondc/client/c_GlideFormAPI#r_GF-AddO...