How can I enable the activity stream for custom modules? This is meant to be a feature for Enterprise and upwards.
Cheers Andy
It is working fine on list view of custom module but not working on detail view just like core modules Leads, Contact, Account etc
It is working fine on list view of custom module but not working on detail view just like core modules Leads, Contact, Account etc
Hi everybody,
the issue that the acitivty stream is not working on the custom module but on stardard modules is cause by the closing tag ?> in the aboves code snipped.
If you remove it from the activity_enabled.php and run a QRR activity stream works perfectly on all ends
Fullscreen1<?php $dictionary['<Custom Module>']['activity_enabled']=true;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<?php $dictionary['<Custom Module>']['activity_enabled']=true;