Display Hint on a Choice Value on a Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 02:25 PM
I'm hoping someone can point me in the right direction on this. We're currently on Istanbul.
On any given Form, when you hover over a selection in a Choice drop-down a Hint will be displayed if it has been defined like so:
However, when the same action is undertaken on a Record Producer this functionality is not present:
What is the best way to reproduce this functionality on a Record Producer?
Thank you,
Robert
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 02:39 PM
You may refer the below article, but not sure, if it will work in Service Portal
How to add tooltip in catalog item on a - 'Select Box' variable for each options
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
‎01-04-2018 03:06 PM
The script might work. In my case, I already have a Catalog Client Script filtering the choices and arranging them, so I'll have to tread carefully.
I'll give it shot...
Thanks,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2018 10:32 AM
After consideration, I decided that having a hovering hint wouldn't be useful in this case as it would contain information to be used for filling out a related field, so I ended up just creating a string field and a catalog client script to go pull data from a custom field I added to sys_choice. I could have used hint, but I didn't want it on the form, just the record producer, so I used a custom field. The UI policies to expose or hide the fields if it contained field population requirements.