locked
how to update picklist value? RRS feed

  • Question

  • 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
    Monday, August 3, 2009 2:43 PM

Answers

All replies