Welcome to MSDN Blogs Sign in | Join | Help

Microsoft Dynamics CRM Online Team Blog

This blog is focused on Microsoft Dynamics CRM Online (crm.dynamics.com).

News

  • The views expressed in this blog are those of the individual and do not necessarily represent those of Microsoft. This information is provided by way of general information only and should not be relied on without obtaining independent expert advice. These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use.
Microsoft Dynamics CRM Sales Process

A sales process is a standardized series of activities that occur during a sales cycle.  As the sales cycle progresses and activities are completed, the probability of winning the deal gets greater.  In Microsoft CRM v 3.0 the sales process functionality was displayed graphically on the Opportunity form (as shown below) with the ability to skip stages in the Actions menu. 

image    

As CRM activities are completed or canceled (configurable) the sales process would continue and update the opportunity sales stage and probability accordingly (configurable).  The "Sales Pipeline" report (as shown below) graphically displays all opportunities by sales stage.

image

In Microsoft Dynamics CRM v 4.0, Windows Workflow Foundation has been incorporated into the core product to provide robust automation capabilities.  This highly configurable workflow tool/engine has eliminated the need for the v 3.0 Sales Process functionality.  To reproduce the v 3.0 Sales Process functionality in CRM v 4.0 you need to perform the following tasks:

  1. Add the Pipeline Phase (schema name: stepname) field to the Opportunity form and publish the customizations
  2. Create a new workflow called Sales Process
    • Entity: Opportunity
    • Start when: Record is created (possibly On demand if you will need to run it against existing opportunity data)
    • Insert a Stage
      • Update Record: Opportunity (manually set the Pipeline Phase and Probability)
      • Create Record: Add an activity such as a Discovery Phone Call
      • Wait Condition: Wait until the previous activity is completed or canceled
    • Continue to build the remaining stages of your sales process
  3. Publish the Sales Process workflow

The following screenshot provides an overview of how the sales process can be implemented in Microsoft Dynamics CRM v 4.0.  This is a very simple, three stage sales process where the pipeline phase is set and the probability is incremented from 20 to 40 to 95% as activities are completed or canceled.

image

Click here to download this sales process example.   Now that you see how easy it is to configure an automated sales process that dynamically updates your opportunity, think about what else you can do...

- Eric Boocock

Posted: Friday, May 23, 2008 10:24 AM by Eric Boocock

Comments

Microsoft Dynamics CRM Online Team Blog said:

A sales process is a standardized series of activities that occur during a sales cycle.  As the

# May 28, 2008 6:47 PM

Microsoft Dynamics CRM Online Team Blog said:

A sales process is a standardized series of activities that occur during a sales cycle.  As the

# May 28, 2008 6:47 PM

Microsoft Dynamics CRM Team Blog said:

Not so long ago I had the UNIQUE opportunity of presenting Microsoft Dynamics CRM Online to a large audience

# January 27, 2009 11:22 AM

wheech said:

Thanks for this great tutorial...

I have implemented this sales process but require the ability to skip or redo stages...

How do you implement this using the workflow?

There is much chatter on the forums that this was supported in V3 but it must be in V$ also...

Thanks,

Charlie

# February 4, 2009 8:25 AM

maruf_d said:

Charlie - You can do this using Child WorkFlows and Conditions.

Redo -

You create a child workflow with all the steps of a stage and call it from the Parent.

Skip -

Use check conditions <if-otherwise>

Regards,

Maruf

# February 25, 2009 8:46 PM

Microsoft Dynamics CRM Online Team Blog said:

I prepared this PowerPoint presentation of CRM Online consisting of screenshots for a webinar that only

# March 23, 2009 7:29 PM

ChristineH said:

This is great stuff. I love the additional detail about redo and skip a step.  But what about demoting an opportunity?  What if the situation has changed and the opportunity actually needs to go back to a previous sales stage?  Any ideas about how to do that?

# June 1, 2009 4:17 PM
Anonymous comments are disabled
Page view tracker