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
Valerijs ProkudinsValerijs Prokudins 

Is it possible to embed standard page layout into the VF page?

While doing a project I stumbled upon a problem when using inline VF page in the standard page layout, standard hovers were cuted off.
Google did not help, so I thought if there is a possibility to create a fully custom page, that uses standard page layout as a part of the page. The idea is to let users customize fileds positions an so on.
Anybody did this before? is it possible?
Best Answer chosen by Valerijs Prokudins
VPROKVPROK
Actually, I found a solution!
Hope this helps someone like it helped me :)
<apex:detail> tag is the answer for this question.

All Answers

Surya KiranSurya Kiran
The idea is to let users customize fileds positions an so on.

Go for the fieldsets. It may help you to customize the filed positions instead of chaning VF code
VPROKVPROK
Actually, I found a solution!
Hope this helps someone like it helped me :)
<apex:detail> tag is the answer for this question.
This was selected as the best answer