Setup – Settings Screen
The Setup screen can be accessed via the Settings menu on the top-right corner of the login screen:
Login Settings – Section
Auto Login – Toggle
Enable this field to turn on auto login for the CMiC Approvals app.
Server Configuration – Section
Public Cloud (URL not needed) – Toggle
Enable this field if using Cloud.
V10x environment – Toggle
Enable this field if V10x is being used as the backend environment or disable this field if R12 is being used.
NOTE If a change is made to this toggle, the app must be shut down and reloaded for the change to take effect.
Server URL
The Approvals app does not use the Mobile server like Mobile Field and the other mobile apps. It connects to an app server. The URL would be the root URL of what the user sees when looking at their Workflow Notifications screen in desktop. For example, if their browser shows: http://test4v10.cmic.ca:7785/cmictestv10x/UIConsole/faces/task-flow-definition-runNamedConsole/MainConsole?_adf.ctrl-state=yrbefigvb_6, then for Mobile Approvals they will use: http://test4v10.cmic.ca:7785/cmictestv10x/.
MDM Setup for CMiC Mobile Approvals
For MDM portals, the XML tags that the CMiC Mobile Approvals app supports are:
-
publicCloud - for public cloud URL
-
environmentURL - for server URL
-
v10xEnvironment – for v10x environment
For example:
<dict>
<key>environmentUrl</key>
<string>App_Server_URL</string>
<key>publicCloud</key>
<false/>
<key>v10xEnvironment</key>
<true/>
</dict>
Tags have been added to set up the Public Cloud and Enterprise URL iPad settings:
-
For the Public Cloud setting, the XML should read <true/> to turn it on, or <false/> to turn it off.
-
To specify the Enterprise URL, replace the “App_Server_URL” text with your company’s app server’s URL.
For the v10x environment setting, the XML should read <true/> to turn it on, or <false/> to turn it off.
Proxy Settings – Section
If the application requires access to the proxy server, set the Enable Proxy toggle to on and enter the credentials to access the proxy server.