Native UI for one field with choice has hover functionality in hint but it's not extending in SOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 06:36 AM
I have one custom Field in Change application with high,medium and low choice when we hover we need to get description with hint its working and in service operation workspace its not working how we can achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 06:50 AM
If you have a legacy Workspace, then you have a option called "Field Decorators" and there's fields "Icon" (the question mark in this case) and "Tooltip" (the help text).
Navigate to All > Workspace Experience > Actions & Components > Field Decorators.
Please Follow the steps : https://docs.servicenow.com/bundle/washingtondc-platform-user-interface/page/administer/workspace/ta...
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
‎12-18-2024 05:07 AM
actually I have one custom choice field in change application when ever users hovers on field choice like high,medium& low need to show description in service operation workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 06:52 AM
try to set this property as true and see if same hint shows in workspace or not
glide.ui.accessibility.accessible.tooltips = true
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
‎12-19-2024 04:45 AM
No Luck any other solution