Activity Forums Salesforce® Discussions How can I create a page with detailed view in Visualforce page?

  • Himanshu

    Member
    April 14, 2016 at 8:26 am

    You can use <apex:detail > tag  in visual force page to get this done.

  • 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.

Popular Salesforce Blogs

Popular Salesforce Videos