Activity › Forums › Salesforce® Discussions › How can I create a page with detailed view in Visualforce page? Tagged: Apex Detail, Detailed View, Salesforce Visualforce Page, Standard Controller Salesforce® Discussions How can I create a page with detailed view in Visualforce page? Posted by Ajay Prakash on April 14, 2016 at 8:24 AM How can I create a page with detailed view in visualforce page??? Parul replied 7 years, 7 months ago 4 Members · 3 Replies Apex DetailDetailed ViewSalesforce Visualforce PageStandard Controller 3 Replies Himanshu Member April 14, 2016 at 8:26 AM You can use <apex:detail > tag in visual force page to get this done. [adinserter block='9'] Ravi Member April 14, 2016 at 8:36 AM Hi Ajay, you can use salesforce <apex:detail > component if you are using standard controller. <apex:page standardController=”Account”> <apex:detail subject=”{!account.ownerId}” relatedList=”false” title=”false”/> </apex:page> Parul Member September 19, 2018 at 11:58 PM By using <apex:detail > tag in your visualforce page. Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me