You need to sign in to do that
Don't have an account?

How to display Detail Page of an object from vf page.
Hi All,
I have button in vf page, whenever i click that button i want to display the detail page of that record.
Can any one help me how to solve.
Thanks
Hi Mandadi,
You can use the following method as the button action:
where objectId is the SF Id of an object.
All Answers
Hi,
Below is the example to display Detail Page of an object from vf page.
FirstPage:
Secondpage:
Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator & Advanced Administrator & Sales cloud consultant
My Blog:- http://mrjavascript.blogspot.in/
Hi hitesh,
How to display detail page of record using apex code,when button clicked...
Hi Mandadi,
You can use the following method as the button action:
where objectId is the SF Id of an object.