function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ash GAsh G 

ObjectPermissions on the Standardobject

Hi,

I have one doubt on regarding the object permission of any standard object. When I execute the below SOQL , it's return me the 2 row on any standard object.

SQOL Query on the account object:
SELECT Parent.Name, Parent.PermissionsTransferAnyLead, PermissionsRead, PermissionsCreate
FROM ObjectPermissions WHERE SobjectType = 'Account'  and Parent.Profile.name='system administrator'

On query result two rows.

Please help to understand, why it's return two row for system administrator profile.

Thank,
Ash G.