- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:16 PM
Hello,
Can anyone point me in the right direction for updating the hover-over text for the date variable in a catalog item? The text only shows when hovering over the calendar icon (). This might be OOTB and can't be edited from what I have read from this post. Can anyone confirm this?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 10:59 PM
Hello @kwong43 ,
The hover text definitely cannot be configured.
You would have to clone and modify the Widget that renders it in order to change it. That means mean you would own a lot of custom code now.
My question would be: why do you want to change the hover text?
If you want to provide some hints to the end user then a better way would be to use Annotations on the variable. Using the Instructions field you can even do text formatting, add links, etc.:
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 11:07 PM
I agree with @Robert H , avoid any such changes and use help text or tool tip etc on that variable to show more information
check this blog
Help Text Options for Service Catalog Variables
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:30 PM
This post might help achieve your requirement:
https://www.servicenow.com/community/developer-articles/adding-hover-text-on-a-field/ta-p/2296873
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 10:59 PM
Hello @kwong43 ,
The hover text definitely cannot be configured.
You would have to clone and modify the Widget that renders it in order to change it. That means mean you would own a lot of custom code now.
My question would be: why do you want to change the hover text?
If you want to provide some hints to the end user then a better way would be to use Annotations on the variable. Using the Instructions field you can even do text formatting, add links, etc.:
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 11:07 PM
I agree with @Robert H , avoid any such changes and use help text or tool tip etc on that variable to show more information
check this blog
Help Text Options for Service Catalog Variables
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader