The CreatorCon Call for Content is officially open! Get started here.

How to hide Task table Hints in Demand table?

kuuum_aaaya
Tera Contributor

I want to hide Hints for some fields in the Demand table, but the default Hints from Task table (parent) are still showing up.

Is there a way to hide specific Hints in Demand table without removing them from Task table?

Note:

Need Hints to remain visible for other fields
Already tried clearing Hint values in Demand table
Can't modify Task table as it affects other tables
Any suggestions?

1 ACCEPTED SOLUTION

Hi @kuuum_aaaya ,

 

you might have to remove the hint on the task table.

 

or you can add a blank space 

which looks like this

ChaitanyaILCR_0-1751450646874.png

 

to add blank space copy it form here â€Ž->"‎ "

or use this site and click on "copy to clipboard" and past that space in the hint

https://www.editpad.org/tool/invisible-character

ChaitanyaILCR_1-1751450759267.png

or run this script by replacing the sys_id with demand Japanese label sysid

var current = new GlideRecord("sys_documentation");
if (current.get("34186f97d7103200f2d224837e610393")){
    gs.info(current.getDisplayValue());
    current.hint =' '
    current.update()
}

 

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

 

View solution in original post

6 REPLIES 6

Chaitanya ILCR
Mega Patron

Hi @kuuum_aaaya ,

open the dictionary record and create a seperate label for the demand table without hint

ChaitanyaILCR_0-1751438130782.png

 

create a new label with element same as the column label and Label just remove the hint

 

ChaitanyaILCR_1-1751438222290.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

Thank you for your response. I tested the solution, but I found that the Hints are still displaying when the system language is set to Japanese (ja). Could you please advise if there's a different approach for Japanese language settings?

Hi @kuuum_aaaya ,

do the same thing with Japanese language record

go to the dictionary and labels and check if there any record for Japanese and remove the hint for Japanese label record. if there no record create a new one with demand table with language as Japanese and do not add the hint

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

Ankur Bawiskar
Tera Patron
Tera Patron

@kuuum_aaaya 

there could be separate field label created for japanese.

Ensure hint is removed from that as well.

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