Hello,
Anyone that has worked with ERP solutions i.e. SAP and or equivalents soon find out that the core platform does not have all the standard reports an end user may need. Or the user needs ad-hoc reports which are not provided by the platform. Asking a developer to produce those reports is painfully slow and generally expensive in my experience.
The generally accepted solution is to use an independent report writing tool such as SAP Crystal Reports which connects to the platform database and can produce complex ad-hoc reports created by end users using a GUI. I have successfully used crystal reports with a number of different database platforms.
Has anyone in the community successfully connected a third party report writer to the SuiteCRM 8 database ? Would you please share your experiences in terms of the software used and any issues encountered, specifically database dead lock when both SuiteCRM and the report writer access the database simultaneously ?
A question for the developers:
SuiteCRM has it own database user and password logon. Do you see any issues with creating another user logon to be used specifically by a report writer ? Does SuiteCRM assume it has exclusive access to the database or has it been design for multi user access ? If SuiteCRM was actively being used and a report was reading data from the database would SuiteCRM continue working or crash ? Iām assuming the platform has enough processing power and performance is not an issue.
Thanks.