Retrieve Dynamic Entities By Property in CRM 4.0

by Matt 30. July 2010 16:14
The building up of a QueryExpression in CRM 4.0 SDK is a bit different than it was in 3.0 because of the introduction of generics to .NET, and is less dependant on arrays than it was in the past. Our PluginHelper project had a method that allowed the user to retrieve a Dynamic Entity based on the primary key, but I needed a way to retrieve Dynamic Entities based on other properties. [More]
Categories: .NET | C# | CRM

DuplicateRecord Error using Plugin Registration Tool

by Matt 30. July 2010 15:40
A rather annoying error came in the form of 0x80040237 (DuplicateRecord: Operation failed due to a SQL integrity violation) when using the Plugin Registration Tool. I had written the plugin and put it on the dev server to test it in various scenarios and when I was confident it was bug free. [More]
Categories: CRM

0x80040265 The given key was not present in the dictionary

by Matt 30. July 2010 15:11
I'm writing a CRM 4.0 plugin and have encountered this error. A bit of debugging helped me see what was going on. [More]
Tags: ,
Categories: CRM | C#