Native UI for one field with choice has hover functionality in hint but it's not extending in SOW

bharathsyna
Tera Contributor

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?

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@bharathsyna 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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

Ankur Bawiskar
Tera Patron
Tera Patron

@bharathsyna 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

bharathsyna
Tera Contributor

No Luck any other solution