SOAP - Search Contact By Email Address

Hi

So far I am using get_entry_list on module “EmailAddresses” to find the email which work fine.

Now I need to figure out which contact that email address belongs to, I’d like to use get_entry_list and search in the table “email_addr_bean_rel” to find the contact id, but I need to know the module name for “email_addr_bean_rel” if there is one.

Any advise on how best to achieve this would be greatly appreciated.

Kind Regards

Luke

Start from your relevant bean use get_linked_beans to get the email address.

See the final example here

https://community.sugarcrm.com/thread/27712

1 Like