Hi,
Zucker Report is the way of reporting in sugarcrm 5.2.0a. For making Zucker report to run in the environment of SugarCRM 5.2.0a version you have to follow the following steps:
I assumed you already have the new version of Zucker Report which is ZuckerReportsCE_1.10_module.zip
1. You have to unzip the file
2. After unzip open the file named manifest.php
3. then at line number 4 may be you have to change original line with the said line
Original
PHP Code:
'acceptable_sugar_versions' => array("regex_matches" => array("5.1.*")),
Change
PHP Code:
'acceptable_sugar_versions' => array("regex_matches" => array("5.2.*")),
4. After it save the file and zip the folder again
Upload the file and enjoy the zucker report in the new sugarcrm version.
Best regards,
Bookmarks