Skip to content

Application

Applications are definitions that manage UI, REST API, workflow, and application settings.
You can choose to create three types of products: desktop, mobile and REST API. Deployment is made to the execution environment on an application-by-application basis.
For desktop and mobile,deployed applications are automatically assigned a URL and can be accessed from a browser. For deployed REST APIs, an endpoint is automatically assigned and a REST CALL can be made externally.

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 re-select the application you are developing.

Create

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

  • Desktop
  • Mobile
  • REST API

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.

Tips

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}

Tips