Remove Hint in Child-table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 11:47 PM
Hello.
I'm wondering about the hint that appears when you hover the mouse over a label on a form.
Even though I left the hint for the demand table blank, the hint for the parent table, task, is still displayed.
I've tried setting the dictionary override, setting the system property, setting the UI policy, and using a client script.
Changing the UI to English solves the problem, but changing it to Japanese does not. If you know how to solve this, please let me know. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 11:56 PM
Hi @NanaM,
there is this table [sys_documentation] called Field Label and I believe it is what you are looking for:
Click right mouse on the particualr form field, and select the first option "Configure Label" or navigate to the table above.
Let me know if it helped
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 11:59 PM
@NanaM a screenshot was not attached to my previous post and for some reason I cannot edit it, so here I go again:
It is defined per table, thus you can do it differently for parent and differently for child...
To test it properly, do not forget to erase cache and use different browser or incognito mode.
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 12:17 AM
Thank you. I'm sorry, but the hint on this page is blank, but when I hover my mouse over it, it appears. It seems to be quoting the hint from the parent table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 12:29 AM
In my case as seen above, blank means no hint is happening...
Debugging tip, try to add for example "123 Child" to the child, save it and verify if it was changed or not... if it will still display the hint from parent, then the child record is not being considered, if you will see the "123 Child" then you know it is the other record.
To verify this behaviour it is very important to clear cache or use a different user, as some of that can be pre-cached...
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */