You need to sign in to do that
Don't have an account?

SELECT ParentId,PermissionsCreate,PermissionsDelete,PermissionsEdit,PermissionsModifyAllRecords,PermissionsRead,PermissionsViewAllRecords,SobjectType FROM ObjectPermissions
Can any one explain what is parentid in above query, Is there any relationship with profile. I want to export object permission based on profile.
Thanks!!
Thanks!!
Example : contact is object and his parent id is Account
But I have requirement to export all object permissions based on profile. Is there any relationship with parentid and profiles.
Thanks.
Currently it is not possible extract Object Permissions based on Profile as a data(csv or excel). It is clearly mentioned here :https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_objectpermissions.htm
But you can download all the Profiles metadata using eclipse and you can document the permissions.
Thanks.