Category Archives: Dynamics CRM 2015

Custom Actions in Dynamics CRM 2015 Online Update 1

Recap: Back in 2013, when Microsoft introduced the concept of “Custom Actions”, we had explained this feature in this blog. With the latest update released for CRM Online versioned 7.1, this feature has further been extended. As a quick recap, Actions in processes are a way to create custom messages in CRM for an entity,… Read More »

Create or Update through a single request – Upsert in Dynamics CRM 2015 Update 1

Background: Traditionally, insert and update have always been separate requests in Dynamics CRM. The logic to identify whether a record has to be created or updated was always something the developers had to handle themselves. Once you have identified the action to perform, call the appropriate message. The API enhancements introduced in Dynamics CRM 2015… Read More »

More ways to search a record in Dynamics CRM 2015 Update 1 – Alternate Keys

  Prior to Microsoft Dynamic CRM 2015 Update 1 the only way to identify the records in CRM was the record guid. Now with the introduction of the Alternate Keys in Dynamics CRM 2015 Update 1 we can use alternate keys to uniquely identify a record in CRM in place of the primary key (GUID).… Read More »

Plug-in Tracing in Dynamics CRM 2015 Update 1

Before CRM 2015 SP1 update, an alternative option to debug the Plug-in or Workflow for developers was to use tracing messages which would help to trace the program using custom messages. The developer had to manually throw an exception in order to trace the program. And then when the plug in/workflow is triggered a dialog is… Read More »

Scripting on Business Process Flow in CRM 2015- Part I

With the introduction of MS CRM 2015, came many new features. The one we are going to discuss here is advancement of Business Process Flow and especially the Scripting part, which came as boon. Before CRM 2015, the Business Process Flow exist, but no API availability made it impossible for the developers to interact with… Read More »