by NS-Team

Define Quotas for your Sales Reps and visualize achievement and forecast.

Cancel at any time!
Free Trial

#1326 - Won Opportunities not showing

Open Bug? created by Chris.Louder 5 years ago

Hi,

We have an issue that our Won column is stuck at 0.

We use a custom list for Sales Stages, I'm guessing this may be the reason. How do we map custom Sales Stages to be Won, Forecast or Lost?

  1. bluquet member avatar

    NS-Team Provider Affiliate

    5 years ago

    Hi,

    You can customize that by editing config_override.php.

    Replace $sugar_config['quotas']['won'][0] = 'Closed Won'; by $sugar_config['quotas']['won'] = array('your Won status'); You can add multiple values in the array if you have more than one status for won opportunities.

    You should also remove all lines containing $sugar_config['quotas']['forecast_excluded'] and add $sugar_config['quotas']['forecast_excluded'] = array('your Won status','your lost status'); You can add multiple values in the array if you have more than one status for won or lost opportunities.

  2. Chris.Louder member avatar

    Chris.Louder

    5 years ago

    where is config_override.php located?

    I'm in modules/NS_User_Quotas

  3. bluquet member avatar

    NS-Team Provider Affiliate

    5 years ago

    This is a global config file. It is located in your SuiteCRM root folder.

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...