- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 08:16 AM
Does anybody here knows how to remove the attachment icon from the ticket form when the record is closed?
Thank you!
Enrique
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 08:55 AM
All you need to do is restrict write access to the record when the state is closed. Restricting the edit access, automatically remove the attachment capability.
Update Write ACL on your table to restrict edit access when the state is closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2019 05:10 PM
This works for me!! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2019 09:09 AM
Thank you Mike and dvp for your input. I will look into both options. Will update you later.