Display Hint on a Choice Value on a Record Producer

Robert_Cartwrig
Tera Expert

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:

Screen Shot 2018-01-04 at 3.14.22 PM.png

However, when the same action is undertaken on a Record Producer this functionality is not present:

Screen Shot 2018-01-04 at 3.15.40 PM.png

What is the best way to reproduce this functionality on a Record Producer?

Thank you,

Robert

3 REPLIES 3

SanjivMeher
Kilo Patron
Kilo Patron

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.

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


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.