Dynamics CRM Help

Posts by rubal

Properties to check for Plugin Execution Context

By on Feb 3, 2016 in Plugin | 0 comments

Dynamics CRM Plugin code is always executed in certain context. It very important to check few properties to make sure code is executing in correct context before processing. This helps avoid unexpected behavior. // Obtain the execution context from the service provider. IPluginExecutionContext context = (IPluginExecutionContext)...

Read More

Upcoming Microsoft Dynamics CRM 2016 Readiness Blitz

By on Oct 20, 2015 in Events | 0 comments

In preparation of upcoming release of Dynamics CRM 2016, Microsoft is hosting Dynamics CRM 2016 Readiness Blitz. Registration is free for Microsoft partners. There are two tracks: Sales Track: This will be three hour session offered at two time slots: 29 October 2015 07:00 to 10:00 PDT (convert to your local time) 29 October 2015 19:AM to 22:00 PDT  (convert to your...

Read More

Hello World!

By on Sep 22, 2015 in Life | 0 comments

Hello World! Here I am starting this new blog about Dynamics CRM. This blog will focus mostly on Dynamics CRM implementation, customizations and Add ins and aim to post sample applications, code snippets and other tips and tricks. I’m hoping this blog will provide useful information....

Read More