( Actions on selected rows >> Delete ) behavior
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2018 04:29 AM
Hi all,
When I use the "Delete" button from (Actions on selected rows) to delete a user from a group, it does not delete the user record, it just removes the relationship.
However, when I delete a child incident from a parent incident using the same way (Actions on selected rows then delete), it deletes the child incident record completely from the instance!
Now, from a system admin perspective, how would I know if the delete button of (Actions on selected rows) will delete the record or only remove the relationship? based on the table maybe?
Bests,
Mazin
- Labels:
-
Personal Developer Instance
- 1,711 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2018 04:50 AM
Mazin,
To find all UI Actions that delete related records you can navigate to System Definition > UI Actions then filter script contains CascadeDel. The details of each UI Action should explain when/how they work.
Thanks,
Derrick Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2018 05:27 AM
Thank you..
Just a follow-up question, since the list of UI Actions does not list all tables.
For instance, I wanna know where 'incident' table falls as there is no delete UI action for incident table specifically? Is it under 'global' table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2018 05:25 AM