How to find enabled field permissions for the PermissionSet in Salesforce?

How to find enabled field permissions for the PermissionSet in Salesforce?

FieldPermissions represents the enabled field permissions for the parent PermissionSet.

This object is available in API version 24.0 and later.

FieldPermissions records are only supported in PermissionSet, not in Profile.

To find enabled field permissions for the PermissionSet, use the below steps.

1. Get the Permission Set Id:


2. Query the FieldPermissions object:

Leave a Reply