You need to sign in to do that
Don't have an account?
Prasad Ruwanpathirana
Is it possible to overwrite standard page layout loading method using apex class?
I need to overwrite and add some logic when loading the standard opportunity page. Therefore I need to overwrite apex logic. If this is possible what is the method that should be overwrite?
All Answers
You don't need to override any existing method.
Create a new VF page where you can call standardcontroller = opportunity to override standard page.
If you want to add any additional language, you can add extension to the Vf page.
Thanks,
Pratik