sugarcrm « soap « Java Enterprise Q&A





1. Sugar CRM SOAP get_entry_list    stackoverflow.com

I have sugarcrm instance and want to fetch some data from it using a raw php I am using nusoap client. I am able fetch the data but want to select data ...

2. SugarCRM: Create NOTE with Attachment without SOAP?    stackoverflow.com

I've got this custom button on Lead Editview that when clicked on generates (via AJAX) an invoice number and a PDF bearing the same number. In the next step, the routine uses ...

3. Module access in Sugar CRM - difference (non-admin) between soap and web?    stackoverflow.com

We've a custom rigging of Sugar (using GWT for various front end stuff), and we use the SOAP API for much of our querying (vs. directly to the DB). One ...

4. Fetch the Account ID based on Primary Emailaddress in Sugar CRM    stackoverflow.com

We have a website and when a record is inserted / updated we runs a script to update the sugar CRM Accounts module. The Accounts module have a field website_id_c . When ...

5. SugarCRM SOAP test call fails    stackoverflow.com

I am attempting to test a SugarCRM Soap connection using the following code:

<?
define('sugarEntry', TRUE);
require_once('include/nusoap/nusoap.php');
$sugarclient = new nusoapclient('http://www.mycrmurl.com/soap.php?wsdl',true);


echo $sugarclient->call('test', 'test string');
?>
Unfortunately, the test call returns NULL. Thoughts on how to begin troubleshooting? ...

6. Method to allow email recipients to change their account information    stackoverflow.com

I'm using SugarCRM Community Edition. I have a bunch of contact information. There are fields I have empty that would like filled. I want each user to be able to fill ...

7. SugarCRM SOAP    forums.oracle.com

Hi All I'm having alot of trouble with one aspect of using Netbeans 6.5. I can connect to a remote SugarCRM server and i can get information that does not require a login. The problem i'm having is that to perform a login i have to create a complex array type. I'm happy to supply a test server if anyone would ...