Configure Your Environment

Before you start

You must download and install the Oracle Fusion Field Service app from the Google Play Store (or Oracle Field Service Cloud from the App Store).

To configure the Mobile Environment:

Here's what to do

  1. Open the Oracle Fusion Field Service app (or Oracle Field Service Cloud app).
  2. Read and accept End User License Agreement.
  3. Specify the Oracle Fusion Field Service Mobility environment to be connected.
  4. In the environment name field (for example, sunrise, or sunrise.test), enter the name of the environment you want to switch and then select OK.
    Note: You can use this approach only to configure an application installed using MDM. Do not include the 'fs.ocs.oraclecloud.com' domain in the environment name field.
  5. Enter login (username) and password.
    You can also create shortcuts for the Oracle Fusion Field Service environments.

    Using the shortcut, you can open Oracle Fusion Field Service Mobile and load the environments automatically.

    To use this option, create an XML file and download it to the device. The name of the file doesn't matter, just be sure to include the correct environment name and URL. Here is a sample XML file:

    <?xml version="1.0" ?>
    <environment>
     <name>Demo</name>
    <url>http://demo.fs.ocs.oraclecloud.com/m</url>
    </environment>
    In the sample,
    • <environment> — root node

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

    • <url> — child of <environment>, contains the URL of the Mobility environment.