- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 11:24 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2025 03:10 AM
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
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 11:37 PM
Hi @kuuum_aaaya ,
open the dictionary record and create a seperate label for the demand table without hint
create a new label with element same as the column label and Label just remove the hint
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2025 12:52 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2025 01:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2025 01:34 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader