When a user tries to add some contact in the account form they get this error:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: SecLib::AccessCheckEx failed. Returned hr = -2147187962, ObjectID: 6dadcbdf-ee9f-e511-80f5-3863bb354ff0, OwnerId: 249c4534-c691-e511-80f5-3863bb34fa70, OwnerIdType: 8 and CallingUser: 249c4534-c691-e511-80f5-3863bb34fa70. ObjectTypeCode: 4703, objectBusinessUnitId: 9a8f60bb-048f-e511-80f4-3863bb349770, AccessRights: ReadAccess Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147187962</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>SecLib::AccessCheckEx failed. Returned hr = -2147187962, ObjectID: 6dadcbdf-ee9f-e511-80f5-3863bb354ff0, OwnerId: 249c4534-c691-e511-80f5-3863bb34fa70, OwnerIdType: 8 and CallingUser: 249c4534-c691-e511-80f5-3863bb34fa70. ObjectTypeCode: 4703, objectBusinessUnitId: 9a8f60bb-048f-e511-80f4-3863bb349770, AccessRights: ReadAccess </Message>
<Timestamp>2016-02-03T12:19:48.2618421Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[Microsoft.Crm.ObjectModel: Microsoft.Crm.ObjectModel.SyncWorkflowExecutionPlugin]
[78adcbdf-ee9f-e511-80f5-3863bb354ff0: ]
</TraceText>
</OrganizationServiceFault>
What permissions are missing?

*This post is locked for comments
I have the same question (0)