Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ID Generator Field Properties

Edit ID Generator Field

NameDescription
ID
Form field

Env variable id. Only

alpha-numeric and underscore characters allowed. Mandatory field.If you use "id", the form will save with the "id" primary key in running sequence. Joget will not create the "id" in UUID format

letters (a-z and A-Z), numbers (0-9) and underscore (_) are allowed in the ID field. ID cannot have space. Mandatory field.

Image Modified

Figure 1: Add Env Variable

RemarksOptional, typically used as remarks to Joget developers.
Value

Environment Variable value. Can be a number or a static value or a piece of software code (HTML, CSS, Javascript, Java, etc.).


Hash Variables

You can use Hash Variable to reference a value in Environment Variable.


Cautions And Warnings

When importing apps into a new Joget platform, for example from development to production server, do update all the environment values you may have defined; IP addresses, domain name, database connection strings values, etc.

...