Application Settings

There are three tabs under Application Settings:

  • General

  • Properties

  • Roles

General

Application

Name of current application.

Description

Brief description about the app.

Title

Replaced the application’s name with the provided title. This change can be seen in the browser’s tab when you select Run.

Type

Select the type of application such as, Application, Adaptive Template, Launchpad, Building Block and Custom Component.

Package

Assign application to specific Development Package

Anonymous Access

If enabled, you can allow users to access the app without any authentication measures.

This feature is only visible when your current license allows it. By enabling this, an endpoint will be created so the app can be accessed via /public/app/name.

Properties

Open UI5 Version

Applies a specific UI5 version.

Theme

Applies theme over the application. This includes existing themes or Imported Themes.

Load code from launchpads and Load code from applications

This feature serves the purpose of exclusively loading the code, enabling autocompletion within the the preview App Designer (scripts, CSS and header). Its primary function is to provide convenient code suggestions while writing scripts in an app, particularly when working with a launchpad. Additionally, it can be beneficial when embedding one app within another, as it facilitates autocompletion from the parent app.

Tab width

Adjusts the tab width when formatting code.

Print width

The formatter will make line breaks after the given number of characters.

Compiler Target

The compiler target in TypeScript that determines the version of ECMAScript (JavaScript) that the compiler should generate as output.

Generate application version on activate

If activated, then you will be able to save versions of your application. You can select the number of versions to keep in history whenever you save and activate.

Disable Application

Disables the application and any attempt to reach it will result in a 404 error.

Enable Collaboration

Enabling this feature allows multiple developers to collaborate on the same application simultaneously. It establishes a socket connection between the client and server, enabling real-time communication. Any modifications made to the application are sent to the server and then distributed to all other clients who are also working on the application, ensuring that everyone stays synchronized with the latest changes.

Run only in Launchpad

Disables the application allowing it only to run from a launchpad and any attempt to reach it will result in a 404 error.

Minify Source Code

Minifies all source code. Minifying source code in JavaScript reduces its file size by removing unnecessary characters and whitespace, optimizing performance and improving website loading times.

Enable File Storage

Enabling this option allows the application’s JSON definition to be automatically written to a file named your-app.json . This ensures that the JSON definition of the application is easily accessible and can be utilized as needed.

Use App Handler V2

In Neptune DXP - Open Edition, there are two distinct code bases used for compiling the application definition into actual code that is served to the client. Enabling this feature ensures that the application is compiled using the new compiler, offering the benefits and enhancements provided by the updated compilation process.

Roles

In Roles you can add roles to your application for security purposes.