Application Settings displays the configuration details for an application. Creators with the Can Manage permission can edit application properties directly from this view.
To open Application Settings, select the (ellipsis) next to an application in the Explorer panel and select Settings from the drop-down.
Settings Fields
Application Details
| Field | Description |
|---|---|
| Name | The display name for the application as it displays in the platform and the workspace Explorer. |
| Path | The URL-safe identifier used in routing and API calls. |
| ID | Read-only. The system-assigned unique identifier for the application. |
| Type | The application's execution model. Module applications use modules as their entrypoint. Workflow applications use a workflow as their entrypoint. |
| Entrypoint Name | The name of the application's entrypoint module or workflow. |
| Entrypoint ID | Read-only. The system-assigned identifier for the entrypoint. |
| Description | A description of the application's purpose. |
Advanced Settings
| Field | Description |
|---|---|
| Enable Submission Revisions | When set to ON, the application stores an immutable copy of each submission change. |
| WORM Storage | When set to ON, stored revisions cannot be modified or deleted for the specified retention period. Displays only when Enable Submission Revisions is on. |
| Retention Period (Days) | The number of days revisions are locked from modification. Displays only when WORM Storage is on. |
| Stylesheet | The style definition applied to the application's front-end modules. |
| Versioning | When set to ON, the application supports version-controlled deployments. |
| Header Module | The module that renders the application's persistent header. |
| Footer Module | The module that renders the application's persistent footer. |
| Login Module | The module that handles end-user authentication for this application. |
| Logout Module | The module that handles end-user sign-out for this application. |
Changelog
| Date | Change |
|---|---|
| 2026-08-28 | Corrected field label to "Enable Submission Revisions"; added WORM dependency note and Retention Period field; fixed Type description ("front-end modules" → "modules"); fixed See Also casing (EN-8063). |
| 2026-08-25 | Removed body HR separators; replaced "IDE" with "platform" in Name field; added to nav; added changelog. |