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
<?php $dictionary['<Custom Module>']['activity_enabled']=true;