Accelerator Custom Entities

From Accelerator for SageCRM
Revision as of 10:25, 8 March 2012 by Sagecrmw (talk | contribs) (Created page with "Accelerator allows you to add in custom '''Primary''' entities. Our testing assumed that the entity was setup using the entity wizard. Here are the steps 1. Open the web.co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Accelerator allows you to add in custom Primary entities.

Our testing assumed that the entity was setup using the entity wizard.

Here are the steps 1. Open the web.config file for editing(located in CustomPages/SageCRMWS/) 1. Add in the search entity (max of 6 allowed)

              <add key="SearchEntities" value="Company,Person,Lead,Cases,Opportunity,Jobs"/>

2. Add in the key values (this is a subset..the full set can be seen in the web.config file for the default entities)

              <add key="jobs_table" value="Jobs"/>
              <add key="jobs_sql" value="( job_description like '#searchsql#%') and pers_deleted is null"/>
              <add key=" jobs _id" value=" jobs _ jobid"/>
              

Re-start Outlook to test. You may also need to clear the cache on the client side toolbars to see the results.