I'm having an error when trying to re-assign an Appointment record using the Assign button from the command bar.
"Object address not found on party or party is marked as non-emailable"
For the Appointment entity, I have a Workflow that runs REAL TIME/SYNC.
What I want the workflow to do is to send a notification Email to the NEW OWNER of the record and setting the FROM field to the User who updated the Appointment(Modified By)
Here's the ERROR:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body><s:Fault><faultcode>s:Client</faultcode><faultstring xml:lang="en-US">
Object address not found on party or party is marked as non-emailable
</faultstring><detail><OrganizationServiceFault xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ActivityId>5a949d16-e073-4271-b9fa-cbc2b5f9a59e</ActivityId>
<ErrorCode>-2147220891</ErrorCode><ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"><KeyValuePairOfstringanyType><a:key>OperationStatus</a:key><a:value xmlns:b="http://www.w3.org/2001/XMLSchema" i:type="b:int">0</a:value></KeyValuePairOfstringanyType><KeyValuePairOfstringanyType><a:key>SubErrorCode</a:key><a:value xmlns:b="http://www.w3.org/2001/XMLSchema" i:type="b:int">-2146233088</a:value></KeyValuePairOfstringanyType></ErrorDetails><Message>Object address not found on party or party is marked as non-emailable</Message><Timestamp>2018-10-10T02:02:26.1927408Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource i:nil="true"/><InnerFault><ActivityId>GUID REMOVED</ActivityId><ErrorCode>-2147220891</ErrorCode><ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"><KeyValuePairOfstringanyType><a:key>OperationStatus</a:key><a:value xmlns:b="http://www.w3.org/2001/XMLSchema" i:type="b:int">0</a:value></KeyValuePairOfstringanyType><KeyValuePairOfstringanyType><a:key>SubErrorCode</a:key><a:value xmlns:b="http://www.w3.org/2001/XMLSchema" i:type="b:int">-2146233088</a:value></KeyValuePairOfstringanyType></ErrorDetails><Message>Object address not found on party or party is marked as non-emailable</Message><Timestamp>2018-10-10T02:02:26.1927408Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource i:nil="true"/><InnerFault><ActivityId>GUID REMOVED</ActivityId><ErrorCode>-2147220891</ErrorCode><ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"><KeyValuePairOfstringanyType><a:key>OperationStatus</a:key><a:value xmlns:b="http://www.w3.org/2001/XMLSchema" i:type="b:int">0</a:value></KeyValuePairOfstringanyType><KeyValuePairOfstringanyType><a:key>SubErrorCode</a:key><a:value xmlns:b="http://www.w3.org/2001/XMLSchema" i:type="b:int">-2146233088</a:value></KeyValuePairOfstringanyType></ErrorDetails><Message>Object address not found on party or party is marked as non-emailable</Message><Timestamp>2018-10-10T02:02:26.1927408Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource i:nil="true"/><InnerFault i:nil="true"/><OriginalException i:nil="true"/><TraceText i:nil="true"/></InnerFault><OriginalException i:nil="true"/><TraceText i:nil="true"/></InnerFault><OriginalException i:nil="true"/><TraceText>
[Microsoft.Crm.ObjectModel: Microsoft.Crm.ObjectModel.SyncWorkflowExecutionPlugin]
[GUID REMOVED ]
Sync workflow 'Sales Call Email Notification to Owner' terminated with error 'Object address not found on party or party is marked as non-emailable'
</TraceText></OrganizationServiceFault></detail></s:Fault></s:Body></s:Envelope>