Hello!
I try to update picklist value like this, but it doesn't work. can you help me? Thanks!
Picklist statuspl = new Picklist();
statuspl.Value = 200000;
_quote.Properties.Add(new PicklistProperty("statuscode", statuspl));
crmService.Update(_quote);
All about Microsoft Dynamics CRM in Russian