开发者

Data fetching from SugarCRM custom build module

开发者 https://www.devze.com 2023-04-08 05:11 出处:网络
I have a custom made module in SugarCRM called A开发者_运维百科OS_Products. I have stored a product detail in that module. I want to fetch that product detail using PHP.

I have a custom made module in SugarCRM called A开发者_运维百科OS_Products. I have stored a product detail in that module. I want to fetch that product detail using PHP.

Can anyone suggest how I can do that?


You can directly access sugarcrm's database, one module will be mapped to one database table.

But sugar will suggest you to use their SOAP/REST to access data in sugarcrm. Here is their sugarcrm web service API document.

0

精彩评论

暂无评论...
验证码 换一张
取 消