Hi,
In our Opportunity Update Post-Operation Synchronous plugin, we got the following error:
An item with the same key has already been added
Here's the stack trace:
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Update(Entity entity, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode) at Microsoft.Crm.Extensibility.InprocessServiceProxy.UpdateCore(Entity entity) at CRMPlugIns.Opportunity.Opportunity_Update_Post.ExecuteLogic()
I don't understand how this is possible since I don't use the entity.Attributes.Add(key, value) method. I simply set the value of an attribute like this: entity["attributeName"] = attribute value.
Any ideas?
Thank you!
*This post is locked for comments
I have the same question (0)