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
Mikko4Mikko4 

Embed standard edit or create layout to VF page

Hello,

 

I'd like to enhance creation of one custom object by adding Visualforce functionality. Is it possible to take advantage of standard create mode layout by adding to the the page so that I wouldn't need to rewrite te whole page with all fields?

 

Or the question vice versa. is it possible to add Visualforce section to the standard create layout? 

 

Thanks!

TehNrdTehNrd

Nope, not currentlly possible. You would need to rebuilt the layout with all of the fields. Not so bad if you have one recordtype/layout combination but if you have many layouts and recordtypes this can be a little tricky:

 

http://ideas.salesforce.com/article/show/10091122/Allow_VisualForce_Detail_Page_to_be_an_edit_form#skin=le

Message Edited by TehNrd on 02-05-2009 08:43 AM
Mikko4Mikko4

Hi,

 

Ok, thanks for your reply. I guess I have to think of something else.