Unfortunately we encountered the next error when creating a appointment.
<s:Envelope xmlns:s="schemas.xmlsoap.org/.../envelope"><s:Body><s:Fault> <faultcode>s:Client</faultcode> <faultstring xmlns:xml="www.w3.org/.../namespace" xml:lang="en-US"> SecLib::AccessCheckEx failed. Returned hr = -2147187962, ObjectID: 20dc2cba-1095-e511-80f3-3863bb354ff0, OwnerId: 7453bfec-c591-e511-80f5-3863bb34fa70, OwnerIdType: 8 and CallingUser: 7453bfec-c591-e511-80f5-3863bb34fa70. ObjectTypeCode: 4703, objectBusinessUnitId: 9a8f60bb-048f-e511-80f4-3863bb349770, AccessRights: ReadAccess </faultstring><detail><OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts"> <ErrorCode>-2147187962</ErrorCode><ErrorDetails /> <Message>SecLib::AccessCheckEx failed. Returned hr = -2147187962, ObjectID: 20dc2cba-1095-e511-80f3-3863bb354ff0, OwnerId: 7453bfec-c591-e511-80f5-3863bb34fa70, OwnerIdType: 8 and CallingUser: 7453bfec-c591-e511-80f5-3863bb34fa70. ObjectTypeCode: 4703, objectBusinessUnitId: 9a8f60bb-048f-e511-80f4-3863bb349770, AccessRights: ReadAccess </Message><Timestamp>2016-02-08T10:50:50.2009213Z</Timestamp> <InnerFault><ErrorCode>-2147187962</ErrorCode><ErrorDetails /><Message>SecLib::AccessCheckEx failed. Returned hr = -2147187962, ObjectID: 20dc2cba-1095-e511-80f3-3863bb354ff0, OwnerId: 7453bfec-c591-e511-80f5-3863bb34fa70, OwnerIdType: 8 and CallingUser: 7453bfec-c591-e511-80f5-3863bb34fa70. ObjectTypeCode: 4703, objectBusinessUnitId: 9a8f60bb-048f-e511-80f4-3863bb349770, AccessRights: ReadAccess </Message><Timestamp>2016-02-08T10:50:50.2009213Z</Timestamp><InnerFault xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /> <TraceText xmlns:i="www.w3.org/.../XMLSchema-instance" i:nil="true" /></InnerFault><TraceText>[Microsoft.Crm.ObjectModel: Microsoft.Crm.ObjectModel.SyncWorkflowExecutionPlugin] [2bdc2cba-1095-e511-80f3-3863bb354ff0: ] </TraceText></OrganizationServiceFault></detail></s:Fault></s:Body></s:Envelope>
The message says it has no rights for objectTypeCode 4703
I looked this (old) site msdynamicscrmblog.wordpress.com/.../ and it should be workflows/process.
But I have already changed the permissions on process to the whole business unit.
AND THE MOST IMPORTANT QUESTION: Is there any chance/workaround/menu where I can see what are the permissions that the user is missing? Since I don't want to look in the internet for old posts in hope, that this could maybe fix the issue...