Results 1 to 7 of 7

Thread: Default "opportunity" business-logic

  1. #1
    azso is offline Senior Member
    Join Date
    Jan 2010
    Posts
    23

    Default Default "opportunity" business-logic

    Could you pls explain - what major different between sale_stage = close*.* and other stage in opportunities logic?

    I found only predefined filter in pipline-dashlet wich show only non-closed opportunities.

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Default "opportunity" business-logic

    Close means the business opportunity is over, either you got the business or you didn't.

    The other stages are interim points relating to your evaluation of the situation, usually based on your business processes. For example, "Proposal" would indicate that you've actually reached a point in your dealings with that potential customer that requires you to send them a formal proposal or quote on the business at hand.
    Regards,

    Angel Magaña
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    azso is offline Senior Member
    Join Date
    Jan 2010
    Posts
    23

    Default Re: Default "opportunity" business-logic

    Thank you - it's clear. I want to know have the Sugar different processing for different stage or no?

    if i add any stage (for example close-win, close-lost, close-other) did i need make changes in any other points?

  4. #4
    JVWay is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Corvallis, Oregon
    Posts
    452

    Default Re: Default "opportunity" business-logic

    The built-in stages map to probability percentages in the system. If you add your own and want them to have their own percentages you would need to achieve some customization.

    Do this by creating, or copying the existing from Sugar core, a custom/include/language/en_us_lang.php file and modifying the following section to match the fields you add:

    You can see here I've changed some of the items like 'M.A.N.' (Stands for Money, Authority, Needs) and Solution ID/ Won (Internal bull)

    Code:
    $GLOBALS['app_list_strings']['sales_probability_dom']=array (
        'Prospecting' => '10',
        'M.A.N.' => '25',
        'Proposal/Price Quote' => '50',
        'Negotiation/Review' => '80',
        'Solution ID/Won' => '90',
        'Closed Won' => '100',
        'Closed Lost' => '0',
    );
    Jerry Way
    Business Process Administrator

    Sugar 6.1.4 Professional
    (Testing 6.1.2)
    LAMP on Centos 5
    PHP 5
    MySQL 5
    Apache 2.2

  5. #5
    azso is offline Senior Member
    Join Date
    Jan 2010
    Posts
    23

    Default Re: Default "opportunity" business-logic

    ok, thank you

  6. #6
    Join Date
    Feb 2007
    Location
    San Jose, CA
    Posts
    1,169

    Default Re: Default "opportunity" business-logic

    Jerry, you don't need to drop in to the code to change this. Just log in as Admin, go to the dropdown editor, and edit the "sales_probability_dom" area to modify the probabilities or to assign ones to your custom sales stages. To add or change sales stages, edit the values in "sales_stage_dom" in that same dropdown editor.
    Susie Williams

  7. #7
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Default "opportunity" business-logic

    There might be somebody on the line. Learned something today...
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 2009-10-01, 02:56 PM
  2. Replies: 1
    Last Post: 2008-10-09, 01:20 PM
  3. Default mode "edit" instead of "view"
    By hheckner in forum General Discussion
    Replies: 0
    Last Post: 2006-09-22, 06:02 AM
  4. Bug in "Enter Business Card"?
    By nicolas in forum General Discussion
    Replies: 1
    Last Post: 2005-05-26, 12:53 AM

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
  •