SOAP API - set_entry

Hi

For the parameter module_name the Sugar docs states…

The name of the module from which to retrieve records. Note: This is the modules key which may not be the same as the modules display name.

What is the module key for Contacts module please? As using the name “Contacts” give me a SOAP exception.

Many Thanks

Luke

Just thought I would add that no error information is logged to suitecrm.log

Hi,
you must look at web server log and php log.

Regards

Luke, have you tried “Contact” (singular, not plural)?

Thanks for the replies

This is now working with “Contacts” (plural) as the module name.

I seems my test code was calling logout(sessionid) which is what was actually throwing the SOAP exception, not sure why yet.

Thanks again

Luke