Configure: Difference between revisions

From Accelerator for SageCRM
No edit summary
No edit summary
 
Line 23: Line 23:
You can hide certain panels on the My CRM screen (titled either 'Accelerator' or 'CRM Together')
You can hide certain panels on the My CRM screen (titled either 'Accelerator' or 'CRM Together')


The default values are N. Change to Y to hide the full panel  
The default values are N.  
 
In the "custompages/sagecrmws/web.config" change to Y to hide the full panel  


     <add key="HideEndUserPanel" value="N" />
     <add key="HideEndUserPanel" value="N" />

Latest revision as of 12:30, 19 December 2024

Released in 5.2.2.1

The config tab presents a way to test and configure the Accelerator Pro/Plus and MobileX Applications.

1. Click the tab 2. Configuration Menu 3. Configureation Area

You also now do not need outlook to configure and test the Accelerator

1. Click the tab

2. Test your Accelarator Configuration

3. Click "select" beside the email and watch the Accelerator react


You can hide certain panels on the My CRM screen (titled either 'Accelerator' or 'CRM Together')

The default values are N.

In the "custompages/sagecrmws/web.config" change to Y to hide the full panel

   <add key="HideEndUserPanel" value="N" />

or section.

   <add key="HideMobileXDownload" value="N" />
   <add key="HideMailMergeDownload" value="N" />
   <add key="HideACPlusDownload" value="N" />