[Vtigercrm-developers] Create a new related tab in Events
Preexo
preexo at googlemail.com
Fri May 13 03:54:39 GMT 2016
So I am doing this
$eventsModule = Vtiger_Module::getInstance('Events');
$systemsModule = Vtiger_Module::getInstance('MSSystems');
$relationLabel = 'Systems';
$eventsModule->setRelatedList( $systemsModule, $relationLabel,
Array('ADD','SELECT') );
And you would expect a related list under the events detail show up... but
nothing shows up there...
How to create a related tab in a Event? I want to connect many entities from
another module (MSSystems) to each event... this shouldn't be much of an
issue, right?
--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/Create-a-new-related-tab-in-Events-tp19038.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.
More information about the vtigercrm-developers
mailing list