You need to sign in to do that
Don't have an account?
Tobias Hagge
Account object Vf Clone
Is it possible to build a perfect clone of the Account Page Layout, since the referenced link is only salesforce.com/AccountID?
Bear with me, since this is my first experience relating using code.
Bear with me, since this is my first experience relating using code.
Works brilliant for the Mini Page Layout. However
Should give out the normal full page layout, but doesn't. Has it anything to do with this page not running on javascript?
All Answers
in the VF page.
http://writeforce.blogspot.in/2013/01/building-visualforce-pages-for-standard_23.html
After you save your new layout, then you need to assign them to a user profile to have it show up for a user. From the list of page layouts, click the Page Layout Assignment button. You will get a list of all your Profiles with their assigned layout. Click the Edit Assignment button to change the appropriate profiles to your new layout.
If instead you want to use a Visualforce page, you first have to create the Visualforce page which uses the Account standard controller. I will not go into that process here, you can read the documentation. Then you need to replace Salesforce use of layouts to use your new VF page. Go to Setup->Customize->Accounts->Buttons, Links, Actions. On the line for New, click the Edit hyperlink. On the next page, switch the Override With option to Visualforce Page and select your VF page from the pick list. If your page doesn't show up under the pick list, you didn't use the Account standard controller for your VF page.
I did create a VF page with the Account as controller, but now is the question if I would have to rebuild the whole Account Page Layout in Apex, or just get it to load the normal Account Page.
Thanks for the help so far.
Works brilliant for the Mini Page Layout. However
Should give out the normal full page layout, but doesn't. Has it anything to do with this page not running on javascript?
The workaround is, that it actually works in the Opportunity console, because it then refers to the same URL.