Managing App Configuration Settings - Mobile Access for iPad (Legacy) - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Essential - Standard - Premier

Mobile Access for iPad (Legacy)

Platform
OnBase
Product
Mobile Access for iPad (Legacy)
Release
Foundation 22.1
License
Essential
Standard
Premier

The OnBase Mobile Access for iPad app supports deployment of managed app configuration settings to devices when using third-party Mobile Device Management (MDM) software. This functionality is vendor-neutral and is limited to the MDM software vendor's capability to push managed app configuration settings to individual devices. Some MDM software providers may also provide the option to deploy the OnBase app directly to a user's device.

This functionality is limited based on your MDM software, therefore, a comprehensive list of supported MDM vendors is not available. Work with your MDM software vendor to determine if your MDM software is able to push app configuration settings to individual devices.

The OnBase app has additional support for specific vendor functionality. See the following sections:

The following settings for the OnBase Mobile Access for iPad app can be included as app configuration settings to be pushed to each user's device. Not all settings are required to be included.

Configuration Setting

Description

brokerURL

The URL for the Mobile Applications Broker Server, for example:

https://[mobile_broker_server]/MobileBroker

brokerUsername

The OnBase user name to be pre-populated in the User Name field on the login screen.

allowEditURL

Acceptable values are true or false.

If this is set to true, the user can modify the URL for the Mobile Applications Broker Server on the app's settings screen. If this is set to false, the field is read-only and the user cannot modify the URL.

allowEditUsername

Acceptable values are true or false.

If this is set to true, the user is able to modify the user name in the User Name field on the login screen. If this is set to false, the field is read-only and the user cannot modify the user name.

rememberUsername

Acceptable values are true, false, or the setting can be left blank.

If this is set to true, the Remember User Name check box on the OnBase Mobile app's settings screen is always enabled and the user cannot disable the setting. If this is set to false, the user name will not be remembered and the user cannot enable the setting.

Leave this setting blank to give the user the option to select whether or not the user name is remembered.

The following shows an example configuration, however, note that the manner in which these settings are configured may vary depending on the MDM software being used, and therefore may not exactly match the example shown below.

<dict> <key>brokerURL</key> <string>https://mobile_broker_server/MobileBroker</string> <key>brokerUsername</key> <string>USERNAME</string> <key>allowEditURL</key> <false/> <key>allowEditUsername</key> <false/> <key>rememberUsername</key> <true/> </dict>