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.
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
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