Add option in select box when it is in variable set
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 04:41 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 10:06 AM
@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...