- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 05:32 PM
Hi There,
i was asked to create a new catalog item for the facilities module.
i created a record producer which contains 2 variables and 4 variable sets. One of the variable sets has several checkboxes. I realised that as soon as i have more than one checkbox a title OPTIONS is displays in addition to the container title.
how can i hide the OPTIONS title?
Additional info:
regards,
max
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 08:28 PM
You can add a Label just after the container start variable to specify what type of checkbox it is. That will hide the 'option' text and add the label. You can't remove the options without adding a label. You may be able to use DOM manipulation, but that wont work on Service Portal.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 08:28 PM
You can add a Label just after the container start variable to specify what type of checkbox it is. That will hide the 'option' text and add the label. You can't remove the options without adding a label. You may be able to use DOM manipulation, but that wont work on Service Portal.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 08:48 PM
big thanks