Results 1 to 2 of 2

Thread: Sales Stage Database Values

  1. #1
    bobdavis is offline Junior Member
    Join Date
    Jul 2007
    Posts
    2

    Default Sales Stage Database Values

    Question - I am a brand new user and wanted to edit the sales stages to match our steps in the process. I think I saved over the existing sales_stage_dom and now do not match to the database values. How do I see what the database values are so that I can map to them?

  2. #2
    krizslash is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    11

    Default Re: Sales Stage Database Values

    You can use phpmyadmin to modify the existing value in opportunities table directly. For example the old database and sales_stage_dom value are:

    Prospecting, Qualification, Needs Analysis,.....and Closed Lost.

    then you modify the sales_stage_dom to:

    'Prospecting','Qualification','Cover The Bases','Closed Won','Closed Lost'

    off course the new sales_stage_dom values dont match with the old databse value.
    So you can update the old sales_stage_dom in database (and the probability too) that you dont need anymore (Need Analysis, Value Proposition, Id. Decision Makers, Perception Analysis, Proposal/Price Quote, Negotiation/Review) to Cover The Bases by running a query:

    update from opportunities set sales_stage='Cover The Bases', probability='50' where sales_stage in ('Need Analysis', 'Value Proposition', 'Id. Decision Makers', 'Perception Analysis', 'Proposal/Price Quote', 'Negotiation/Review')

    And now all those old value that you dont need in database have changed to 'Cover The Bases' with probability value 50.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sales Stage history
    By rnwolf in forum Help
    Replies: 6
    Last Post: 2007-04-24, 05:13 PM
  2. Replies: 0
    Last Post: 2007-04-11, 10:56 PM
  3. Multiple Sales Stage Lists
    By claytonsinclair in forum Help
    Replies: 0
    Last Post: 2007-01-22, 05:25 AM
  4. Problem with Sales Stage Dropdown
    By rsantiago in forum Help
    Replies: 7
    Last Post: 2006-08-24, 01:21 PM
  5. Replies: 0
    Last Post: 2006-07-17, 04:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •