Sage 300 ERP

From Accelerator for SageCRM

You can customise the search to display for example the ERP customer ID in the search lists (IE and Outlook)

This is an example of the (web.config) settings change

  <add key="company_selectsql" value="select *, rtrim(comp_name) + ' ('+rtrim(isnull(comp_idcust,))+')'  as 'compdesc' from vSearchListCompany where comp_name like '#searchsql#%'  and comp_deleted is null"/>
  <add key="company_listfields" value="compdesc,Comp_WebSite"/>