
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 07-11-2023 08:24 AM
Recently, I came across a question on the Forum where the questioner wanted to hide Attachments tab on the Standard Ticket Page. Along with posting a solution, I thought of creating an article around this question.
Problem statement:
Hide the attachment tab on Standard Ticket page on Employee Center
Here is the steps one needs to follow to hide a specific tab.
1. Search for Standard Ticket configuration module.
2. Locate your case table where you would like to hide the attachment tab
3. After selection, you will be taken to the following screen. Choose the advanced checkbox
4. A script field will appear on the screen, in this field simply write answer=false;
Save the changes and check the Ticket page, the attachment tab will no longer appear.
This is how the page looks when the aforementioned changes are done.
Hope this helps.
- 487 Views