How to hide Templates tab in side bar of Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2019 07:29 AM
Hi,
Is there any options available to hide/disable Templates tab in side bar of Agent Workspace. Actualy we don't want to show this tab for Incident form view in agent workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2019 05:33 PM
Hi,
YOu would have to right click and inspect in Google Chrome and go to the particular icon which you need to hide and just get
it's class name .
Then you can apply the code as mentioned in this post below
meaning the className in this code will replace the actual className of that icon which you want to hide.
Mark my ANSWER as CORRECT and HELPFUL if it helped without FAIL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2020 01:25 AM
Hi Saranya VS,
I came across the knowledge article below on how to enable the template in the workspace. As mentioned in this article you can use the Enabled flag to show/hide this option.