Play Games

Search This Blog

Tuesday, August 26, 2014

List Views in salesforce

List Views in salesforce

Sample code to display list view of account object in visualforce page

<apex:page showHeader="true" tabstyle="Account">
    <apex:ListViews type="Account" />
    <apex:ListViews type="Account" />
</apex:page>


The output will be as shown in the image below.


No comments:

Post a Comment