You need to sign in to do that
Don't have an account?
MyNameIsJeff
how to remove delete button from cases
Hi,
I was wondering if it was possible to hide/remove the delete option in cases, if not is it possible to just create an error not auth popup?
Testing the merge case optoin and it needs the delete enabled, managed to hide from in layout but not here.
Note: I am very new to this so as easy as possible please :)
Thanks,
Danny
I was wondering if it was possible to hide/remove the delete option in cases, if not is it possible to just create an error not auth popup?
Testing the merge case optoin and it needs the delete enabled, managed to hide from in layout but not here.
Note: I am very new to this so as easy as possible please :)
Thanks,
Danny
If you remove the "Delete" permission in a user profile's object settings, they will not be able to delete the custom object from any view.
Setup >> Manage Users >> Profiles >> (Profile) >> Object Settings >> (Your custom object) >> Edit >> Uncheck "Delete"
Alternatively, you can also "Override" the delete button with a Visualforce page that has an error message:
Setup >> Create >> Objects >> (Your custom object) >> Buttons, Links, & Actions >> Edit the Delete button
Hope this helps!
Please make this answer as solved if it answers your query.
Thanks,
Adheesh
Thanks for your reply
To be able to merge tickets users need to be able to delete tickets so the rights have to be applied so this part
Setup >> Manage Users >> Profiles >> (Profile) >> Object Settings >> (Your custom object) >> Edit >> Uncheck "Delete"
Will not work as we get this error
I would like to basically remove that delete button so I guess
"Alternatively, you can also "Override" the delete button with a Visualforce page that has an error message:
Setup >> Create >> Objects >> (Your custom object) >> Buttons, Links, & Actions >> Edit the Delete button"
would be the case however I get stuck here as I do not know what is next.
Thanks,
Danny