Configure a Workflow
I n the previous blog I have told you about the properties of CRM Workflow, let’s configure a workflow to see how it can make our job easier to automate the task. CRM workflow is a combination of series of stages and each stage can have multiple steps. We will identify the functionality of each action in this blog. Stage: In workflow there is no limit of stages to add as per my knowledge (Please correct me if I am wrong), Stages are used to arrange the logic in some manner that one can easily understand the flow of logic. Check Condition: This property will allow you to run workflow when the condition is met. The logic is applied by if and then condition. Conditional Branch: This property will allow you to run workflow when you have some condition that can be checked if one fails, the logic goes “Otherwise, if<condition>then. Default Action: This property uses logical else statement, one can make previously defined condition i.e. check condition,...