I am having a problem with Force.com SDK for C#. the UpdateAsync function is updating Lead owner automatically every time I update any field on the lead. Here's the code that I am using
var success = await client.UpdateAsync("Lead", testingLeadId, new { Title = "Testing ", Description = "Testing From a new method" });
I used Workbench to check if there is a role that is changing the lead owner when it comes to SF but does not seem like it.
Any Ideas/suggestions ?
Thanks in advance.
Setup > Customize > Leads > Lead Settings
?