Reference - http://www.powerobjects.com/2012/05/24/assign-owner-and-route-case-to-queue-using-workflow-in-dynamics-crm/
You can automate a lot with processes in Microsoft Dynamics CRM 2011. The crm workflow described below can take some of the busywork away from your customer service reps, allowing them to focus on the customer.
You can automate a lot with processes in Microsoft Dynamics CRM 2011. The crm workflow described below can take some of the busywork away from your customer service reps, allowing them to focus on the customer.
Scenario: The Case is automatically assigned to the Bike Service Team and routed to the Bike Repair Service Queue when the Subject is set to “Bike Repair”
Step 1: Create a New Workflow Process for the Case entity:
- In Settings | Processes | Click on New
- Choose an appropriate Process name
- Choose Case in Entity dropdown (this determines the record type the workflow is run against)
- Choose Workflow for category
- Click on OK
Step 2: Set the scope and triggers
� Step 3: Add Check Condition
- Click Add Step Dropdown | Choose Check Condition
- Click on the condition link that appears
- Click on Select | Choose Subject | Title | Equals | Enter Value of existing subject (see below) | Save and Close
Step 4: Add Workflow action step to assign the record to the appropriate team or user
- Select Row
- Click on Add Step dropdown | Choose Assign Record
- Set Assign line to team or user you want the cases assigned to
Step 5: Add workflow action step that routes the Case to the appropriate Queue
- Make sure the step you just created is selected (it’s blue when selected)
- Click on Add Step dropdown | Choose Create Record
- Choose Queue Item in resulting dropdown | Click on Set Properties (see below)
- Set properties for which queue to add it to (see below)
**Note: the {Case(Case)} in the Queue Item field is a dynamic value that sets the parent item to the Case from which the workflow is run**
Step 6: Save and activate the workflow
- Click on Save
- Click on Activate
The final product should look like this:
This workflow will kick off when the following occurs:
- A new Case is created
- A Case is reassigned and the subject is equal to Bike Service
- The subject is changed to Bike Service
No comments:
Post a Comment