Play Games

Search This Blog

Thursday, August 21, 2025

SOQL query to get the permission set where the query all files permission is enabled in salesforce

 Solution: use the following query below

SELECT Id, Name FROM PermissionSet WHERE PermissionsQueryAllFiles = TRUE

Output:



No comments:

Post a Comment