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
StenderStender 

Custom Case CREATION Page Using Standard Page Layout

Hello,

Real quick.  I am setting up a VF page that will be used to created a specific case RT selection.  I already have the override in place to go to the VF page when the specific RT is selected.  My question is whether there is a VF tag that will allow me to show the standard case page layout.  I will need to add other items to the page afterwards (hence the need for a custom page layout) but I wanted to be able to control what people see by the page layout and permissions assigned to them by profile. 
 
Also, this would mean that small changes to the page layout wouldn't need updating of code and the VF page, just the editing of standard page layouts.

Please let me know if this is possible.

Thanks,

Jeremy Stender

kevin lamkevin lam
Have you considered using apex:detail?