Hi,
I’ve an external PHP application that I need to show some data from SuiteCRM. What is the best way of doing this? Query directly the database or I’ve other options?
Best Regards,
Hi,
I’ve an external PHP application that I need to show some data from SuiteCRM. What is the best way of doing this? Query directly the database or I’ve other options?
Best Regards,
You should probably go with the API:
http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.5/API/Web_Services/Legacy_REST/SOAP_APIs/Examples/
But I warn you that it is not intuitive in my opinion.
I’m querying the database directly. Someone have made this approach?