Tag Archives: propertycollection
Using Property Collection in MS CRM 4.0
While using Properties in MS CRM 4.0 one has to be careful as to which dotnet namespace you are instantiating it from. For MS CRM purposes, you need to make sure you instantiate it from Microsoft.crm.sdk and not from System.Data … Continue reading
Using Dynamic Entity in MS CRM 4.0
The other day, I was helping my wife with one of the issues she was facing in MS CRM 4.0. The code was basically trying to get an instance to the running crmwebservice and use that instance to create a … Continue reading
Posted in MS CRM 4.0
Tagged Contact Entity, CRMService, crmwebservice, Dynamic Entity, MS CRM, propertycollection
Leave a comment