Archive for July, 2009

Crm Sdk: Extension Methods for the CrmService

July 23, 2009

I often find it tedious writing something like the following: //Instantiate our ColumnSet with desired columns. ColumnSet cols = new ColumnSet() { Attributes = new string[] { "firstname", "lastname" } }; //Call the Retrieve method on crmService for our desired contact contact c = (contact)_crmService.Retrieve(EntityName.contact.ToString(), new Guid("7C0F232E-7F72-DE11-8397-0015C5E3FA2"), cols); Although we know the type we are [...]

Tags: , ,
Posted in XRM Development No Comments »

xRM: Strategies in Action

July 14, 2009

By harnessing the power of Microsoft Dynamics CRM, xRM can deliver a new and more flexible way to manage relationships.   Here are just a few examples:  A large, state government-based organization uses Microsoft Dynamics CRM to manage its teacher certification program.   In the system, contacts are educators.   Each educator has areas in the system for [...]

Tags: , ,
Posted in XRM Strategy No Comments »