Updating License: Difference between revisions
From MobileX for SageCRM
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.") |
Crmtogether (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
'''Updating of Your License''' | '''Updating of Your License''' | ||
'''MobileX Pro''' | |||
The license for MobileX is stored in the "../CustomPages/SageCRMWS/web.config" file. | The license for MobileX is stored in the "../CustomPages/SageCRMWS/web.config" file. | ||
| Line 14: | Line 16: | ||
<add key="SageCRMMobileXLicense" value="YourNEWLicenseGoesHere"/> | <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. | Save the file. | ||
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.
