Mobile Application

Page ID: (AU220000)

You use this page to manage the screens of the Advanced OnTheGo mobile app.

Tip: You open the Mobile Applications page by clicking Mobile Application in the navigation pane of the Customization Project Editor.

Page Toolbar and More Menu

The page toolbar includes standard buttons and page-specific buttons and commands. For the list of standard buttons, see Page Toolbar. The page-specific commands can be shown as buttons on the page toolbar, as commands on the More menu, or in both places. These commands are listed in the following table in alphabetical order.

Command Description
Add New Screen

Opens the Add New Screen dialog box, in which you specify the screen ID and then click OK.

The system adds the selected screen to the mobile app, adds the add item to the table on the page, and opens the Add page (see the Pages section of this topic). The system also adds a node for the Add page beneath the Mobile Application node of the navigation pane.

Clear All Tenants

Reverses the changes to all tenants.

Clear Current Tenant

Reverses the changes to the current tenant.

Manage Workspaces

Opens the Mobile Workspaces page.

Remove Existing Screen

Opens the Remove Existing Screen dialog box, in which you specify the screen ID, and then click OK.

When you click OK, the system removes the selected screen from the mobile app and adds the remove item to the table on the page (see the Pages section of this topic). The system also adds a node for the Remove page beneath the Mobile Application node of the navigation pane. You click the node to open the Remove page.

Update Existing Screen

Opens the Update Existing Screen dialog box, in which you specify the screen ID and then click OK.

The system adds the update item to the table on the page and opens the Update page (see the Pages section of this topic). The system also adds a node for the Update page beneath the Mobile Application node of the navigation pane.

Update Main Menu

Opens the Update Menu page (see the Pages section of this topic), where you can update the main menu of the mobile app.

The system adds the update item to the table on the page and opens the Update Menu page (see the Pages section of this topic). The system also adds a node for the Update Menu page beneath the Mobile Application node of the navigation pane.

Table

This table contains the list of modified screens and the basic settings of each of them. The columns of the table are described below.

Element Description
Operation

The type of the operation performed with the screen.

The column can contain the following values:

  • add
  • update (with the screen ID specified in theScreen ID column)
  • update (with the Menu specified in the Screen ID column
  • remove
Screen ID

The ID of the added, modified, or removed screen.

Title

The name of the screen.

Last Modified By

The name of the user who last performed the operation in the customization project.

Last Modified On

The date when the operation was last performed in the customization project.

Pages

From the Mobile Application page, you can open any of the following pages related to the Advanced OnTheGo mobile app:

  • Add: By using the Add page, which you open by clicking Add New Screen on the Mobile Application page, you can add a new screen to the Advanced OnTheGo mobile app. In the name that appears on the page, Add is followed by a colon, the screen ID, and then the screen name.
  • Remove: You use the Remove page to remove a screen from the Advanced OnTheGo mobile app. This page is opened when you click Remove Existing Screen on the Mobile Application page. In the name that appears on the page, Remove is followed by a colon, the screen ID, and then the screen name.
  • Update: You update an existing screen of the Advanced OnTheGo mobile app by using the Update page. To open this page, you click Update Existing Screen on the Mobile Application page. In the name that appears on the page, Update is followed by a colon, the screen ID, and then the screen name.
  • Update Menu: You use the Update Menu page, which opens when you click Update Main Menu on the Mobile Application page, to update the main menu of the Advanced OnTheGo mobile app. The name that appears on the page is Update: MENU.

The pages have the same structure, as described below.

The page toolbar includes standard buttons and page-specific buttons and commands. For the list of standard buttons, see Page Toolbar. The page-specific commands can be shown as buttons on the page toolbar, as commands on the More menu, or in both places. These commands are listed in the following table in alphabetical order.

Button Description
Export Preview as XML

Exports the settings of the page as an XML file.

Table 1. Source Code PaneThe Source Code pane consists of the following areas.
Area Description
Commands

The area where you add the instructions to modify the screen.

Errors

The area that displays any errors that are generated.

Result Preview

The area that displays the code of the updated screen configuration.