Quantcast
Channel: Super Feed from MSCRM Technical Insight by Jonathan Nachman
Viewing all articles
Browse latest Browse all 130

Setting a CRM Picklist to Null via Webservices

$
0
0

A real quick one, but handy if you cant remember.

Picklist list = new Picklist();
list.IsNull = true;
list.IsNullSpecified = true;

Enjoy

Jonathan


Viewing all articles
Browse latest Browse all 130

Trending Articles