作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有sugarcrm实例,想使用自定义php代码从中获取一些数据。
我为此使用nusoap客户端。我能够获取数据,但只想选择特定ID(记录)的数据。我在做什么
$response = $client->call('get_entry_list',array('session'=>$session_id , 'module_name'=>'itf_Apartments', 'where'=>'itf_Apartments.id=2', 'order_by'=>'','offset'=>'','select_fields'=>array('name')));
最佳答案
http://www.beanizer.org/site/index.php/en/Articles/Sugar-CRM-integration-with-custom-PHP-applications-I.html
在这里您将找到所有答案。
关于soa - Sugar CRM SOAP get_entry_list,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1304377/
我有sugarcrm实例,想使用自定义php代码从中获取一些数据。 我为此使用nusoap客户端。我能够获取数据,但只想选择特定ID(记录)的数据。我在做什么 $response = $client-
我尝试使用来自 SugarCRM SOAP 的 get_event_list 按字段名称订购帐户模块。 link_name_to_fields_array[] linkedFields = null;
我尝试使用 Java 通过其 REST API 查询 Sugar,以获取特定用户(即当前登录的用户)在 Meetings 模块中的条目。 我已经尝试了几天,同时在谷歌上搜索解决方案。 我调用了 log
我是一名优秀的程序员,十分优秀!