Mandatory Asterisk on Variable Label not appearing in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017 12:00 PM
I need to make the mandatory indicator appear on a variable label in service catalog. I have already tried a UI policy action, catalog client script, and enabling the mandatory setting on the variable itself. A catalog client script is the only way I am able to get the indicator to appear in service catalog but it does not appear in service portal. Has anyone else had this issue?
Client Script:
function onLoad() {
g_form.setMandatory('variables.please_select_test_environment',true);
}
Service Catalog Item:
Service Portal:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017 12:04 PM
If you are in Jakarta.
Make Any one Checkbox Mandatory from the list of all checkboxes. It will make Label mandatory and you can select any checkbox to submit request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017 12:08 PM
Sorry, no. Istanbul, Patch 8

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017 12:16 PM
It is applicable for Istanbul as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017 12:24 PM