Updating License

From Accelerator for SageCRM
Revision as of 14:39, 5 March 2018 by Sagecrmw (talk | contribs) (Created page with "'''Updating of Your Accelerator License''' The license for the Accelerator Platform is stored in the "../CustomPages/SageCRMWS/web.config" file. [[File:webconfiglicense.png]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Updating of Your Accelerator License

The license for the Accelerator Platform is stored in the "../CustomPages/SageCRMWS/web.config" file.

This file can be edited via any text editor.

The Key value is shown as follows:

   <add key="SageCRMAcceleratorLicense" value="YourCurrentLicenseIsHere"/>

To update your license replace the value setting with the license provided

     <add key="SageCRMAcceleratorLicense" value="YourNEWLicenseGoesHere"/>

Save the file.