We are looking for a solution to allow certain employees to merge Support Cases without allowing them to otherwise delete Support Cases. Anyone tackled this before?
m
mightyd3
12/18/2024, 10:53 PM
Assuming there is a permission that does the above, in the instance you have to have the permission fully enabled, you could script a deny for the deletion.
j
jen
12/18/2024, 11:08 PM
In order to merge you need the permission to delete, because merging deletes one of the cases.
jen
12/18/2024, 11:08 PM
What do you mean by “script a deny for the deletion”
jen
12/18/2024, 11:21 PM
I think I can achieve the above with a WF action
m
mightyd3
12/19/2024, 4:52 AM
Meaning that on a delete context for user or role, throw an error message to the user and block that action from completing. It might be possible with a WF, definitely possible via script.