Updating License: Difference between revisions
From MobileX for SageCRM
Crmtogether (talk | contribs) No edit summary |
Crmtogether (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
'''Updating of Your License''' | '''Updating of Your License''' | ||
---- | |||
'''MobileX Pro''' | '''MobileX Pro''' | ||
Latest revision as of 11:05, 27 May 2026
Updating of Your License
MobileX Pro
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.
MobileX Plus
The license for MobileX Plus 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="SageCRMMobileXPlusLicense" value="YourCurrentLicenseIsHere"/>
To update your license replace the value setting with the license provided
<add key="SageCRMMobileXPlusLicense" value="YourNEWLicenseGoesHere"/>
Save the file.
