Query to find the Permission Sets that grants Create Dashboard permission #inSalesforce

Query to find the Permission Sets that grants 'Create Dashboard' permission

SELECT Id, Label FROM PermissionSet WHERE IsOwnedByProfile = False AND PermissionsCreateCustomizeDashboards = True

Comments