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
Richard Cave09035942158259942Richard Cave09035942158259942 

Add visual force page to custom object

Hi 

I am trying to add a visual force page to a custom object, its possible to add it to a standard salesforce object via the page layout.

The option doesn't seem to be there, do you know if this is possible.

Regards

Richard
Vinita_SFDCVinita_SFDC
Hello Richard,

I did not uderstand you question, is it like you wish to add a visualforce page to a standard objec?

Yes, you can add inline VF pages to standard objects as well. Refer: http://www.youtube.com/watch?v=dr7zhojDxjM
Satish_SFDCSatish_SFDC
Yes you can add a visualforce page to a standard page layout.

Check this link:
http://help.salesforce.com/apex/HTViewSolution?id=000005105&language=en_US

Regards,
Satish Kumar
Richard Cave09035942158259942Richard Cave09035942158259942
Thanks for the replies,  Sorry I wasn't very clear.  I want to add a visual force page to a custom object that has been created in salesforce.
Satish_SFDCSatish_SFDC
Probably i did not understand the question correctly. What do you mean when you say add VF page to a custom object.
Do you want to completely override the page of the custom object.

Or embed the VF page inside the custom object page.

Can you please clarify.

Regards,
Satish Kumar
Richard Cave09035942158259942Richard Cave09035942158259942
Hi Satish,

I want to embed a vF page on a custom object.  

Regards
Richard Cave09035942158259942Richard Cave09035942158259942
found the answer, just add standard controller to the vf and then you can include it on the layout.
naresh nampallinaresh nampalli
How to add the visualforce page to Customobjects