- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 06:21 AM
right now, someone can delete the change at any stage of the ticket. I don't want anyone to be able to delete the ticket (except maybe the system admin).
Thanks,
Ashley
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 06:50 AM
Hi, just create the proper ACL to grant the "delete" right only to the admin
table: change
field: -none-
action: DELETE
role: admin
Nota Bene: Access control list (ACL) rules

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 06:49 AM
Hi Ashley,
You can create an override for that specific table with the conditions you want. This should help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 06:52 AM
Hi Chuck,
I would not advise modifying the UI action "delete" but much more modify the ACL related to the records because the button is displayed when the user has the DELETE rights for the given record, would you agree?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 07:24 AM
I agree. Good answer.
See, I often miss the "easy way".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 06:50 AM
Hi, just create the proper ACL to grant the "delete" right only to the admin
table: change
field: -none-
action: DELETE
role: admin
Nota Bene: Access control list (ACL) rules