( Actions on selected rows >> Delete ) behavior

Mazin AliKarar
Mega Expert

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 

 

 

3 REPLIES 3

djohnson1
Mega Guru

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

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?

djohnson1
Mega Guru

Mazin, 

 

     Yes, there are two UI Actions for delete on the global table. One is a form and the other is a list control action. 

 

find_real_file.png

 

Thanks, 

Derrick Johnson