Help icon (Question mark) showing next to the fields on all forms after an patch upgrade.

riteshsharm
Tera Contributor

The help icon are showing next to the fields on all forms in dev and test instances. But in production the question mark help icon is not shown instead when we hover on field the text is shown. Kindly help how this can be enabled in prod instance as well and where this question mark is configured in platform on all forms.

2 ACCEPTED SOLUTIONS

Hi @riteshsharm 

Hi @riteshsharm 

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0695142

 

https://www.servicenow.com/docs/bundle/yokohama-platform-user-interface/page/administer/navigation-a...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@riteshsharm 

if you wish to set it as user preferences for all users then create new record into sys_user_preferences 

something like this

AnkurBawiskar_0-1739779401821.png

 

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

View solution in original post

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@riteshsharm 

if you wish to set it as user preferences for all users then create new record into sys_user_preferences 

something like this

AnkurBawiskar_0-1739779401821.png

 

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

Thanks for solution. Instead of creating new record we can update the value as true in existing property "glide.ui.accessibility.accessible.tooltips" where user is empty and that worked. the property is enabled for all user.