You need to sign in to do that
Don't have an account?

Delete on Related List
Hey all, pretty straightforward question:
If I have some code that will override the Standard Delete button on a custom object through Visualforce, would Deleting the same custom object through a related list fire off that code?
Hi,
Try the below code:
Yes, did you try it? If you override the delete action (via the Buttons and Links section in the setup tree) with a Visualforce page, that page will be requested whenever you try to delete something via the UI, whether it's via the action links on the list view or related lists, or the delete button on a record view.