Service Catalog Item's Variables with hint

felipe_barbosa
ServiceNow Employee
ServiceNow Employee

Is it possible to have a hint feature on service catalog item's variables?

For example, I have a choice list variable and need a hint for each option in the choice list, and as I hover the cursor over the option, a hint would appear in the screen.

I'd appreciate any suggestions on how to implement this.

Thanks and regards,


Felipe

3 REPLIES 3

justin_drysdale
Mega Guru

Vars have a 'show help' checkbox that you can use to customize a message to display when the link is clicked.

If you are looking to add a tooltip to each element individually I believe you can use DOM scripting or JQuery, however any DOM scripting will be slow.


I have a similar situation where i need to include 'show help' for check box, I'm able to add help text but the more information link is not appearing when I try it.


kindli suggest


Hi Justin, I totally lost the focus on this feature, I think I made a workaround but can ´t exactly remember what was it, I just wanted to say thank you.



Cheers!



Felipe