- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 06:56 PM
This is the Tokyo version.
How can I hide the "i" button that is displayed for reference type items?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 07:45 PM - edited 11-08-2023 07:46 PM
Hi @Inoeru975
Actions in Workspace are managed in the Action Assignments [sys_declarative_action_assignment] table.
In Tokyo version, you will be able to find the action Open Record following the URL below.
The Open Record action is defined as Global, so you can exclude it from the Incident table.
There's Action Exclusions under related list. Create new record there to exclude the Incident table.
Now when get back to Incident form in Agent Workspace, you will see all the Open Record icons are hidden.
Then if you'd like to hide for the Caller field only, you can clone the Global action to make it specific for Incident and exclude the field Caller in the Client Condition.
Sample below.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 06:59 PM
Hi @Inoeru975 ,
Please refer the below links
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0714705
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 07:29 PM
In the dictionary of the field add an attribute " ref_decoration_disabled=true" by clicking the advanced view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 07:45 PM - edited 11-08-2023 07:46 PM
Hi @Inoeru975
Actions in Workspace are managed in the Action Assignments [sys_declarative_action_assignment] table.
In Tokyo version, you will be able to find the action Open Record following the URL below.
The Open Record action is defined as Global, so you can exclude it from the Incident table.
There's Action Exclusions under related list. Create new record there to exclude the Incident table.
Now when get back to Incident form in Agent Workspace, you will see all the Open Record icons are hidden.
Then if you'd like to hide for the Caller field only, you can clone the Global action to make it specific for Incident and exclude the field Caller in the Client Condition.
Sample below.
Cheers,
Tai Vu