Hi All,
If we add Target List module in studio and reports module, it will make any issue in sugar ?
Thanks.
Hi All,
If we add Target List module in studio and reports module, it will make any issue in sugar ?
Thanks.
Hi Vignesh V
if you want any module in studio create studio.php file:- modules/<module name>/metadata/studio.php & do quick repair & rebuilt.
I would also like to have a report on this. I want to see all customers in my target list in as report filterable by campaign so it can be added to a dashboard. The relationship is there but it does't show in the module list.
HiBrad Foster,
You can try in this file modules/Reports/metadata/reportmodulesdefs.php
comment : $exemptModules[] = 'ProspectLists';
You can custom this file also.
include('modules/Reports/metadata/reportmodulesdefs.php');
if (file_exists('custom/modules/Reports/metadata/reportmodulesdefs.php')) {
include('custom/modules/Reports/metadata/reportmodulesdefs.php');
}
Hope this helpful!!!
Thanks
Dipesh
Hi Brad,
https://community.sugarcrm.com/message/55494?commentID=55494#comment-55494
Hope it will helps.
That's worked, thanks
For versions less than 10.0 I created an installation package for this.
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH
can something similar be done for making Audit Log reportable?
.
CRM Business Consultant
Unfortunately not, Vincent Amari. Instead you can configure an Advanced Report for this purpose.
... but please write the empty file to custom/modules/<module_name>/metadata/studio.php
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH