The Opacus Thunderbird extension uses the REST call get_entry_list to search for SugarCRM records, because of the limitations of search_by_module:
+ No way to retrieve e.g. Opportunities/Cases linked to contacts by email - i.e. search string is an email address, find matching contact and return related records.
+ In v2, no way to specify select_fields (this is available in v4) which makes returning account_id for instance impossible.
Problem is, get_entry_list requires export permissions on the module being queried.
This sort of made sense, although it was a nuisance. However, search_by_module now has pretty much the same if not identical functionality (offset, select_fields) and does not require export permissions. Simply put a % in the search string and export all the fields you wish.
Can someone explain if the roles will be revisited on this now?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks