Export list of List View:
To filter for specific object use where clause to filter by SobjectType = [Object Name]
SELECT Id, Name, DeveloperName, NamespacePrefix, SobjectType, IsSoqlCompatible, CreatedDate, CreatedBy.Name, LastModifiedDate, LastModifiedBy.Name, LastViewedDate, LastReferencedDate FROM ListView
Comments
Post a Comment