I want to activate the Product module in my SugarCRM
instance but I don't know how.
I'm using SugarCRM
version 6.5.22 (Build 1055). Can anyone help me activate this module?
Thanks.
The manifest.php of your module has to contain tab=true. Then it shows up in the menu.
'beans' => array(
0 =>
array(
'module' => '{aModule}',
'class' => '{aModuleClass}',
'path' => 'modules/{aModule}/{aModuleClass}.php',
'tab' => true,
),
),