Install: Difference between revisions

From MobileX for SageCRM
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
1. License manual update


Nov 2016-
To update your license replace the value setting (in CustomPages/SageCRMWS/web.config) with the license provided
Download the MobileX zip and extract to
 
<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
so that you see the files under the "MobileX" path (see screen shot below)


[[File:customconfig.png]]
[[File:customconfig.png]]
Line 15: Line 21:
[[File:sampleconfig.png]]
[[File:sampleconfig.png]]


Browse to your MobileX install
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)  
GatewayCRMPath is a setting (in custompages/sagecrmws/web.config) needed if you have issues accessing the system from an external url


EG
EG


     <add key="GatewayCRMPath" value="http://democrm.crmtogether.com/crm71sp2/"/>
     <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 13: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