Create Shortcuts to Mobile Environments

You can create shortcuts to open the installed app and load the desired environment automatically.

This option is supported only in the mobile app for Android.

To create the shortcut, you must create and download an XML file on the device. The XML file contains the following content nodes:
  • <environment> — *required*, root node

  • <name> — *required*, child of <environment>, contains the Name of the shortcut to be displayed

  • <url> — *required*, child of <environment>, contains the complete URL of the desired Mobility Environment

Example:

 <?xml version="1.0" ?>
 <environment>
 <name>Demo</name>
 <url>http://demo.fs.ocs.oraclecloud.com/m</url>
 </environment>

After downloading the XML file, launch it and select the OFSC Mobile app (Field Service) option.

The Field Service option appears as shown in this screenshot:


This screenshot shows the options to create shortcuts on the Mobile screen. .

When the app opens, it loads the environment specified the in the <url> node.

In addition, it creates the shortcut on your device. When you click the shortcut, the configured Mobility environment opens.


This screenshot shows the Mobile app shortcut that is created on your device.