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
l00p3yl00p3y 

Detail Page Enahncements

I have a custom object(CO) that I would like to "Enhance" the detail page.  I would ike to build a custom controller that would query opportunities and list them via dataTable on the CO detail page.....  I have found nothing about maniulating the Detail page from the Cookbook, Developer Guide, or Visual Force guide.  I post the question to you guys, what am I overlooking?

 

Best Answer chosen by Admin (Salesforce Developers) 
Ron HessRon Hess

you can replace the detail page with a visualforce page

 

or 

 

you can create a page that can be placed inside a field or section of a detail page

 

but 

 

you cannot enhance the detail page.

All Answers

Ron HessRon Hess

you can replace the detail page with a visualforce page

 

or 

 

you can create a page that can be placed inside a field or section of a detail page

 

but 

 

you cannot enhance the detail page.

This was selected as the best answer
l00p3yl00p3y
Thank you Ron for the reply.I am going to post the VF page to a section of the detail page.