Updating License

From MobileX for SageCRM
Revision as of 12:10, 11 October 2022 by Crmtogether (talk | contribs) (Created page with "'''Updating of Your License''' The license for MobileX is stored in the "../CustomPages/SageCRMWS/web.config" file. File:webconfiglicense.png This file can be edited via any text editor. The Key value is shown as follows: <add key="SageCRMMobileXLicense" value="YourCurrentLicenseIsHere"/> To update your license replace the value setting with the license provided <add key="SageCRMMobileXLicense" value="YourNEWLicenseGoesHere"/> Save the file.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Updating of Your License

The license for MobileX 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="SageCRMMobileXLicense" value="YourCurrentLicenseIsHere"/>

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

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

Save the file.