Skip to content

Application

Users can choose from four types: desktop, mobile, REST API, and batch.
Desktop and mobile applications are automatically assigned a URL when deployed, allowing them to be accessed from a browser.
REST APIs are automatically assigned endpoints when deployed, allowing external REST calls to be made.
Batch jobs are added to the batch job list upon deployment and can be executed from the job list.

List

After signing in and selecting the execution environment, the first screen displayed is the application list. Applications under development should always be selected. It can be displayed by clicking on the "Apps" (home icon) from the side menu. You can reselect from the applications under development.

Create

Create an application by clicking the "Add New App" button in the upper right corner. Applications can be selected from the following four types

  • Desktop
  • Mobile
  • REST API
  • Batch

Depending on the type you choose, the applications you can develop will vary. The application registers an ID that uniquely identifies the application and a label used to identify the application. The application ID is used as part of the URL.

Edit

You can change the application ID, label, and type. Select "Edit" from the "Application Menu"

Application TypeUnsupported Components
Desktop2D Code Scanner
DesktopBottom Navigation
MobileData Grid
MobileSpreadsheet
MobileTree View
MobileEvent Calendar

Delete

Application definitions can be deleted. Select "Delete" from the "Application Menu".

You can filter applications from the [Application Name] in the upper right corner of the screen. A partial match is hit for the corresponding application label.

Export

Application definitions can be downloaded locally as files. This can be done by selecting "Export" from the "Application Menu".

Import

Application definitions exported locally can be uploaded to the service. Select "Import" from the "Add New App" button in the upper right corner of the screen. From the "Import" dialog, select the application definition folder and perform the upload.

Commit

The user can commit an app definition to repository with the application definition against commit.

URL

The deployed application and REST API will have the following URL.

  • Application:https://{applicationdomain}/ {applicationID}
  • REST API Endpoint:https://{REST API domain}/{dev | prod} / {applicationID}/{resource}