Configure: Difference between revisions

From Accelerator for SageCRM
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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" />
Line 34: Line 36:


     <add key="HideACPlusDownload" value="N" />
     <add key="HideACPlusDownload" value="N" />
----
To turn off Smart Dates (where it shows how long ago a date was)
In translations search for the code
  DisableSmartDates
and set the US caption to be
  Y
----

Latest revision as of 13:11, 19 March 2026

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" />

To turn off Smart Dates (where it shows how long ago a date was)

In translations search for the code

  DisableSmartDates

and set the US caption to be

  Y