Therefore™ Mobile App
To use the Therefore™ Mobile App with a tenant it is necessary to edit the file "TheMobileManager.exe.config" found in the Therefore™ installation folder on the server e.g. C:\Program Files\Therefore\. The multi-tenant section simply needs to have the comment script enabled.
Copy
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--uncomment this line to enable http-->
<!--<add key="HttpEnabled" value="true" />-->
<!--uncomment these lines in case of multi-tenant system-->
<!--
<add key="CacheCleanUpTime" value="30"/>
<add key="CacheLocation" value="LocalTempFolder"/>
<add key="WebServicePort" value="443"/>
-->
</appSettings>
</configuration>