Hello All,
I had written a plugin code to assign leads to different users based on some conditions.
Registed at
message: create
event: Post Operation
Code is working fine till
=> service.Update(entity);
but it is not making me to save the record/failed to create record through import or any
and throwing an error like:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Generic SQL error.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>d2d4310b-a254-4a90-a74c-efb68c00b40d</ActivityId>
<ErrorCode>-2147204784</ErrorCode>
please help me to solve this asap.
*This post is locked for comments
I have the same question (0)