Make account optional on conversion?

I want to essentially do away with the Accounts module since I don’t have a use for it. So, I want to make it not required to create an Account on lead conversion. I added the line below to my config_override.php, however the CRM is still requiring an Account on Lead conversion.

$sugar_config[‘require_accounts’] = false;

Search the Forums, it’s already answered :wink:

1 Like