You can create a custom UI outside of the Modeling Application. The custom UI can be an Application Development Framework (ADF) application. It can also be any single page application such as React or Vanilla HTML, CSS, or JavaScript that conforms to the UI schema. To verify this, upload your JSON definition and click the Validate UI button.
Important: Before uploading your custom UI, ensure
that it has a valid application entry point in either an
index.html or index.htm file. The
custom UI must be contained in a .zip archive with the
index.html or index.htm file at its
root. The archive size cannot exceed 50mb.
To create a custom UI:
- Sign in to the Modeling Application and open a project.
- Click the three dots next to UI and then select Create custom UI.
- Enter a name and optional description.
- If you don't have a .zip file with a Custom UI, click Generate From Template to generate a .zip file with the current template, which you can download and customize.
- Click the Upload button and select the .zip file that contains your Custom UI.