Hi,
I am working with Microsoft Dynamics CRM 365. I have a wcf service through i will perform CRUD operations using sdk. I am sending one upsert request with some mandatory parameters and ownerid which i want to assign. When i check in Audit summary it shows me list of events in the following manner for one request:
1) Create event Create Operation
2) Assign Update Operation
which is correct and expected
But for some records list of events are like
1) Create event Create Operation
2) Assign Update Operation
3) Assign Update Operation
Here it will assign owner id to some random value which is not correct
Suppose when create operation is performed it is assigned to some ownerid lets say value=a
when update is performed for that same call it will assign ownerid from value=a to value=b which is correct but this another update which is happening for some records change ownerid value=b to value=c which is incorrect.
I dont have any clue why this is happening.
Note: No background worker or plugin is working here. I had already checked.
Please suggest something. I am having some time crunch.
*This post is locked for comments