Removing hint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 12:06 AM
I was expecting that when you create a label on a extended table field that already has a label on it's parent table if you remove the hint on that extended table it would remove the hint.
Unfortunately it seems that if you clear the hint on extended field, the parent tables hint remains. If you enter any text then it'll overwrite as it should.
Does anyone know how to clear the hint on a field that has a parent hint.
e.g priority is on task but say I want to remove completely from incident_task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 12:27 AM - edited 11-04-2024 12:29 AM
Navigate to the field (on parent table), open its Dictionary:
- Right mouse button on the field (parent or child field) and click Configure Dictionary:
And there you scroll to the "Dictionary overrides" related tab, and create a new record that will OVERRIDE the parent table and it will be only applied on the child one.
/* 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
11-04-2024 12:34 AM
Hi @newservicenowus ,
One approach could be to enter an invisible html character into the hint. However, this will still show an empty 'help' bubble when you hover over the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 12:34 AM
If you want to remove a field, use a different view for the particular table.
And if you have applied any hint, check the client scripts..
/* 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
12-11-2024 06:16 AM
Ok, thanks.