Activity Forums Salesforce® Discussions How do we associate or define a Standard List Controller in salesforce?

  • Nikita

    Member
    August 27, 2019 at 12:25 pm

    Hi Achintya,

    Using a standard list controller is very similar to using a standard controller. First, you set the standardController attribute on the <apex:page> component, then you set the recordSetVar attribute on the same component.

    For example, to associate a page with the standard list controller for accounts, use the following markup:<apex:page standardController="Account" recordSetVar="accounts">

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos