- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 01:14 PM
Hi Colleagues,
I am creating a client script on change to change dynamically the hint OOB on the Priority label based on the priority field value. For example, if I change Priority value to P1. The hint on the priority label should change to "Incident Priority 1".
The field priority is read-only, I can't add a hint to it and I don't like look and feel of bottom field info messages.
Any hints is much appreciated.
Thanks,
Jesus
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 07:33 PM
The code should me something like:
gel('incident.priority').title = 'Here goes your tooltip';
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 07:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 07:33 PM
The code should me something like:
gel('incident.priority').title = 'Here goes your tooltip';
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2015 06:51 PM
Thanks Berny, that was a simple and quick solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 06:35 AM
Thanks for sharing your solution. How would I get this to work on the service portal? as we cant use gel.
Thanks,
Lucy