Tag Archives: Actions

Providing XML as an input to your Custom Connector Actions

One of the projects we were working on was to integrate with a third-party API that accepted input in the XML format. This is a quick tip on how to pass XML in the action body when it expects JSON. When you try to create a request and add XML string to the body, you… Read More: Providing XML as an input to your Custom Connector Actions »

Introduction to Actions in CRM 2013

Until CRM 4 there were Workflows that could be used for asynchronous processing of business logic, generally used for setting up automated actions and defining sales process in Dynamics CRM. Since CRM 2011, the workflows became a category under Processes and there was another category Dialogs introduced. Dialogs provided for execution of Dialog scripts to… Read More: Introduction to Actions in CRM 2013 »