I want to hide attachments icon on workspace , when the ticket status is closed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 02:43 AM
I want to hide attachments icon on workspace , when the ticket status is closed ? how can I achieve this in UI builder ? need help in this scripting of UI builder

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 03:00 AM - edited ‎08-27-2024 03:01 AM
@kiran kumar m1 Instead of trying to find something in UI Builder, you should focus on creating a read/ write ACL on sys_attachment table which will prevent user from adding new attachments when the state of the ticket is closed.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 03:59 AM
Hi @Sandeep Rajput I have created a custom workspace in that and using a custom table for that , if the state is closed for the ticket the agent is still able to add the attachments , will ACls will work in this scenario ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 04:05 AM
Hi @kiran kumar m1,
ACL's are honored at the data layer, so yes - absolutely. (As evidenced by the Out Of Box implementation and Incident level).
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.

Thanks, Robbie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 04:27 AM
@kiran kumar m1 Yes, the ACLs should work in this case.