Sample App Overview

Features

Online mobile form

  1. Open a form from the server

  2. Fill the form and temp save or submit it to the server

  3. Save the form on the device storage for offline work

  4. The same front-end application code and forms run on across the mobile platforms

Offline mobile form

  1. Open the form saved on the device storage without a server connection

  2. Fill out the form and save

Use case

When

  1. A long time is needed to finish the form

  2. Need to move around to finish the form

  3. The mobile network is not available

Where

  1. Field service

  2. Field inspection or monitoring

  3. Facility or equipment management, etc.

Online mode with TOTO

1. Launch the App and tap the Server Login button.

2. The App will connect to the server and open the login form in the WebView.

3. Once logged in, you can see:

  • Location (button): Shows device location

  • Log Out (button): Logs out from the server

  • Device information

  • Form list

4. Select a form. The Edit icon on the right side will open its local form if it exists.

5. Buttons on the top:

  • Back: Go back to the previous page.

  • Save OZD: Save the current form as an OZD file on the local App storage.

  • Save PDF: Save the current form as a PDF file on the local App storage.

  • Submit OZD: Submit the current form as an OZD file on the server.

  • Submit PDF: Submit the current form as a PDF file on the server.

  • Dialog Flow (toggle): Switch between DialogFlow mode and normal mode.

6. Enter some data and save the form on the local storage with the Save OZD button.

7. Go back to the form list with the Back button and Log Out.

Offline mode with Native App

1. Tap the Local Forms button and select a form saved in online mode from the list.

2. Continue to fill out the form in offline mode and SAVE.

3. You can open this form again in online mode and Submit OZD/PDF to the server.

Last updated

Was this helpful?