Showing posts with label list view. Show all posts
Showing posts with label list view. Show all posts

Thursday, June 13, 2019

How to retrieve list views of any object using SOQL

Example

SOQL Query
Select DeveloperName, sobjectType From ListView where SobjectType = 'Account'
Result: