09.02.2011, 01:12 | #1 |
Участник
|
Microsoft Dynamics CRM Team Blog: Dialogs: Multiple tasks in one shot - Firing Asynchronous Workflows through Dialogs
Источник: http://blogs.msdn.com/b/crm/archive/...h-dialogs.aspx
============== This post provides a step by step guide on how to make use of Asynchronous Workflows through Dialogs (Interactive Workflows) depending on user responses and requirements. Here we will fire a system job (Asynchronous Workflow) by using the “Start Child Workflow” step in the Dialog Designer of Microsoft Dynamics CRM 2011. Before we start authoring the actual steps let’s get a brief context of the scenario we are targeting. A Commercial Bank offers the service to “Activate/Update Mobile Banking” through its Customer care center. A customer of the bank calls the Customer Care center to register a request to Activate and Update his mobile banking service. On receiving the “Phone Call”, all that the Customer Service Representative, sitting in the CC center, has to do is to start an Activated Dialog – “Activate or Update Mobile Banking” and proceed through the steps of the dialog to serve the customer. The steps of the dialog would run on these lines: 1. Ask the customer for their Account Number 2. Query for Customer Details from the system and confirm if the caller is a customer of the Bank. This will be done by asking customer’s DOB and verifying with the date stored in the system. 3. Ask the customer about the information they want to update. In this case we will ask for new Mobile Number. 4. Create a Task to do the necessary Update activity 5. Fire an Asynchronous Workflow – “Send Confirmation Email for Update” which will track the completion of the above task and once it is completed, it will send a confirmation email to the registered email address of the customer. 6. Inform the customer that he will receive an Email once the request has been successfully executed. With this context we are now good to get started with the authoring of the Dialog – “Activate or Update Mobile Banking”.
I hope you find this post illustrative and helpful. Cheers, Rahul Agarwal Источник: http://blogs.msdn.com/b/crm/archive/...h-dialogs.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|