How to make tooltips/help text to show in Workspaces

Keszia
Giga Guru

Hi everyone, I know it's been discussed a few times over the years but I can't find any current processes or solutions to the query so I'm going to ask for my sake.

 

The need: Show a hint when users hover over the Category choices when creating an incident in both classic UI and Workspace view for a consistent experience.

 

I have added text to the "hint" field in the sys_choice table for the relevant choices:

Keszia_0-1743381415523.jpeg

 

However these do not reflect in the Workspace:

Keszia_1-1743381437976.png

 

I have tried using Field Decorators (there was a helpful community post with the steps that I can't find right now) and Field Labels with no success. 

 

I have seen some hint/tooltip fields are populated by default in Workspace for various other fields, but I can't replicate the result for these two:

Keszia_5-1743383260469.png

 

I have found most of the tooltips (i) that appear in the Workspace are captured in the Field Lables (sys_documentation) table, but often related to multiple tables, so it's hard to identify how it's working and when I try replicate this myself it doesn't work:

Keszia_3-1743383241606.pngKeszia_4-1743383246432.png

 

Essentially, I want the same experience that I see in the Classic UI to happen in the Workspace (when I hover over the choices, the hint appears).

 

 

 

 

5 REPLIES 5

Shivalika
Mega Sage

Hello @Keszia 

 

First, for field decorators - these post can be helpful though I doubt this will work for choice fields. 

 

https://www.servicenow.com/docs/bundle/vancouver-platform-user-interface/page/administer/workspace/t...

 

1000022062.png

 

1000022063.png

  

 

Secondly, here are some limitations to field hints as given by servicenow - 

 

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

 

Also, here's the table where you can find existing tooltips for your workspace - 

"sys_declarative_action_assignment"

 

Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket. 

 

Regards,

 

Shivalika 

 

My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194

 

My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY

 

 

 

Thank you, I tried this but you're right it doesn't work for choices.

Ankur Bawiskar
Tera Patron
Tera Patron

@Keszia 

for which 2 fields it's not working?

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

Hi Ankur, as per the post I want the help hint/tooltips for the incident and general question category choices to appear in the Workspace. Thanks.