Actions
Actions are a special type of workflow in Dynamics CRM. They have been introduced with version 2013, and are used to define custom messages. Actions are used to add new functionality to the organization's web service or to combine multiple organization's web service message requests into a single one.
The basic actions in most systems are defined by verbs such as Create, Update, and Delete. CRM systems add Assign to this list. Through Actions, we can define additional functionality such as Escalate, Approve, Schedule, Route, and so on. By combining processes based on the core actions, system customizers can create new actions for specific business needs.
The Actions are defined by implementing workflows. The action workflows are registered in the core operation of the execution pipeline.
Actions are supported in both on-premise and online Dynamics CRM organizations, but just like workflows, when defined using declarative XAML, they are only supported in Dynamics CRM on-premise and internet...