StandardSetController List Instatiation and setFilterId
I’m having an issue using a List to instantiate the StandardSetController and applying a list view filter id.
I’m having an issue using a List to instantiate the StandardSetController and applying a list view filter id.
I am trying to display a list of documents stored in Salesforce CRM Content on a VF page using JQGrid. I used OFFSET for paging. Since the number of records is more than 2000, I wanted to use StandardSetController like I did for some other custom objects.