In version of Sugar prior to v5, there were 2 email addresses associated with each contact and account. That relationship was changed in v5 to allow multiple addresses. For backwards compatibility, the 2 fields email1 and email2 now refer to the primary and 2nd addresses that were entered, respectively.
I want to fetch all users or contacts in one soap api call instead of getting contact one by one.
e.g.
I have a contact with three email addresses and when I get all conatcts with get_entry_list(sid,'Contacts',nil,nil,nil,nil,nil, nil) - i get only email1 and email2.
For user with multiple email addresses, when I run get_entry_list(sid,'Users',nil,nil,nil,nil,nil,nil ) , I get only one email address (email1) in the soap response.
Is there any way to get all emails associated with contact/user when I make a single api call to find all contacts or users ? Has anyone developed such a custom SOAP API ?
Thanks in advance ....
Best Regards,
Niranjan


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks