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

How to overide the save button using visualforce pages
The requirement is, When the user tries to update the address field in detail page using inline editing. When he click SAVE button in account,at that time it should save the Account and it should show an pop up window (In that i want to display related contact Name,Address field and checkbox as well as update button).
Am new to Apex coading, can anyone help me how to override the save button to show a pop up window if the address field is updated.
Am new to Apex coading, can anyone help me how to override the save button to show a pop up window if the address field is updated.
Standard save button cant be overridden. If you have a visualforce page for detail section we can display a pop up, as per your requirement.
Let me know if you need more clarification on the implementation part.
Thanks
Manoj S
Thank you for your reply. I want to show popup only when the account address field is update. can you give me sample code which helps my requirement..
Note: New or Edit can be overriden to supply saveURL.
------------
Thanks,
Srinivas
- Please mark as solution if your problem is resolved.
Thanks for your reply. For Inline editing i want to override the save button.
Here is a apex/VF basics series for beginners that you may find helpful : http://www.cloudforce4u.com/2014/07/visualforce-for-beginners.html (http://www.cloudforce4u.com/2014/07/visualforce-for-beginners.html" target="_blank)