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

Can we override the detail page using visualforce page
Hi
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).
Can anyone help me out to solve this issue or sample code related to this scenario.
Thanks In Advance
Yes we can override the detail page. By override the standard view button .
Thanks.
Yes, you can override the detail page. Please refer the below mentioned link for more info:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_tabs.htm
Thanks,
Pankaj
Hi
Thank for you replies. Actually i have a doubt I want to show the popup window , if i update the account address feld when i click the save button. Can anyone give me an idea to solve this please
If your intention is to just show the error message to the user on updation of the address field, then you can go with the validation rule instead of overriding the whole page. Just use Ischanged() method in validation rule to check for updation of field. Please let me know if this makes sense.
Thanks,
Pankaj
Thanks
Shobana
Hi Pankaj
Yes i want to override the edit button also. But my doubt is how can i show the popup window, only when the account addres is updated. Can you please give me some suggession how can i approach this task.
Thanks
Shobana