MX Plus Admin: Difference between revisions

From MobileX for SageCRM
(Created page with "Requirements are the same as MobileX Pro https://mobilex.crmtogether.com/index.php?title=Install_and_Requirements but also include * Sage CRM Self-Service License ---- MobileX Plus License '''Manual Install of License''' The license for MobileX is stored in the "../CustomPages/SageCRMWS/web.config" file. File:webconfiglicensemxplus.png This file can be edited via any text editor. The Key value is shown as follows: <add key="SageCRMMobileXPlusLicense" val...")
 
No edit summary
 
Line 14: Line 14:


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.
[[File:webconfiglicensemxplus.png]]


This file can be edited via any text editor.
This file can be edited via any text editor.

Latest revision as of 15:24, 13 April 2026

Requirements are the same as MobileX Pro

https://mobilex.crmtogether.com/index.php?title=Install_and_Requirements

but also include

  • Sage CRM Self-Service License

MobileX Plus License

Manual Install of 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="SageCRMMobileXPlusLicense" value=Ma+RcMDl7tDfdg63071pcD0AYig9hJ2eThBOLaZ3mPs=" />

The default license is for one (1) user for trial purposes only and is not included in any purchase.

Please do not install on a live environment prior to any purchase as we cannot provide support without a purchase.

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

     <add key="SageCRMMobileXPlusLicense" value="yourlicensehere"/>