#1326 - Won Opportunities not showing
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?
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?
6 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.
6 years ago
where is config_override.php located?
I'm in modules/NS_User_Quotas
6 years ago
This is a global config file. It is located in your SuiteCRM root folder.