function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
UPatilUPatil 

Can anyone please let me know how to override standard delete button and its standard pop message?

Ramu_SFDCRamu_SFDC
The below post might help

http://stackoverflow.com/questions/10317437/override-a-standard-button-in-salesforce-page



http://salesforce.stackexchange.com/questions/2046/how-to-add-a-confirm-dialog-to-a-command-button
Anurag JainAnurag Jain
follows these step:-
1. write a vf page by using Standrad Controller as the object name of object which's button you want to override,
2.then go to set up page of your object then on that page go to "Buttons, Links, and Actions"
3. edit del button and choose your Override with you vf page.

Thanks
Anurag Jain