Training Resources for Microsoft Dynamics 2011

Hello, Recently the Microsoft Dynamics CRM Team blogged about training resources which are available.  Thought I would share for those who haven’t seen it yet: View article…
read more

CRM 2011 – Plugin triggering off Associate message

There aren’t many examples of how to trigger off an Associate message out in the wild and it’s a little different than in CRM 4.0. The main difference here is that you can’t register for an Associate event against a specific entity, it’s against ALL entities so your code has to handle ensuring you are executing for the correct entity inside the message.  This works both OnPrem and Online. Below I have an example where I check the target and the relationship for their logical names and schema names: // Get Primary Entity EntityReference target =...
read more