Install: Difference between revisions
From MobileX for SageCRM
Crmtogether (talk | contribs) No edit summary |
Crmtogether (talk | contribs) No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
1. License manual update | |||
To update your license replace the value setting (in CustomPages/SageCRMWS/web.config) with the license provided | |||
<add key="SageCRMMobileXLicense" value="JxGqf1P68xymojkBEUHBLIIWQFZ70NSQ9Gro1V29I+s= "/> | |||
---- | |||
2. Install Accelerator 4.5.3 or later. You will see a folder created | |||
EG | |||
C:\Program Files (x86)\Sage\CRM\CRM\WWWRoot\CustomPages\MobileX | C:\Program Files (x86)\Sage\CRM\CRM\WWWRoot\CustomPages\MobileX | ||
[[File:customconfig.png]] | [[File:customconfig.png]] | ||
Line 15: | Line 21: | ||
[[File:sampleconfig.png]] | [[File:sampleconfig.png]] | ||
Use a Browser (EG Safari/chrome) on your phone to navigate to your MobileX url | |||
EG | EG | ||
Line 21: | Line 27: | ||
http://www.server.com/crm/CustomPages/MobileX/index.html?reload=y | http://www.server.com/crm/CustomPages/MobileX/index.html?reload=y | ||
and you should see the path displayed there. | and you should see the path displayed there on the logon screen. | ||
[[File:mspathlogons.png]] | |||
---- | |||
3. GatewayCRMPath is a setting (in custompages/sagecrmws/web.config) | |||
EG | |||
<add key="GatewayCRMPath" value="http://democrm.crmtogether.com/crm71sp2/"/> | |||
---- | |||
Setting "sqldatetimeformat" might need to be changed from | |||
<add key="sqldatetimeformat" value="yyyy-dd-MM"/> | |||
to | |||
<add key="sqldatetimeformat" value="yyyy-MM-dd"/> | |||
---- | |||
appcache mime type should be set up in IIS at the site level | |||
.appcache | |||
text/cache-manifest | |||
[[File:appcachemime.png]] |
Latest revision as of 11:16, 12 December 2019
1. License manual update
To update your license replace the value setting (in CustomPages/SageCRMWS/web.config) with the license provided
<add key="SageCRMMobileXLicense" value="JxGqf1P68xymojkBEUHBLIIWQFZ70NSQ9Gro1V29I+s= "/>
2. Install Accelerator 4.5.3 or later. You will see a folder created
EG
C:\Program Files (x86)\Sage\CRM\CRM\WWWRoot\CustomPages\MobileX
Edit the custom_config.js file and set the path to be the external URL to your Sage CRM
EG
Use a Browser (EG Safari/chrome) on your phone to navigate to your MobileX url
EG
http://www.server.com/crm/CustomPages/MobileX/index.html?reload=y
and you should see the path displayed there on the logon screen.
3. GatewayCRMPath is a setting (in custompages/sagecrmws/web.config)
EG
<add key="GatewayCRMPath" value="http://democrm.crmtogether.com/crm71sp2/"/>
Setting "sqldatetimeformat" might need to be changed from
<add key="sqldatetimeformat" value="yyyy-dd-MM"/>
to
<add key="sqldatetimeformat" value="yyyy-MM-dd"/>
appcache mime type should be set up in IIS at the site level
.appcache text/cache-manifest