Versions Compared

Key

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

...

Info
titleApp Variable = Environment Variable

Take note both App Variable and Environment Variable performs perform the same function

App Variables are used to store commonly used parameters or settings in the application. Storing commonly used values in one place eases the migration and maintenance of the application developed. App variables can be retrieved by using the App Variable Hash Variable.

One can make use of the App Variable to store commonly used values in places like Email Tool, SQL Query, and so on. Doing so makes it easier to manage setting/configuration changes.


Figure 1: App Variables

...


App Variable Properties

...

Add App Variable

Figure 1: Add App Variable

...

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


Related Links


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.

However, if it is an existing app in a production server, do be careful not to change any App variable counters that are link linked to your form's "ID Generator Fields". This may affect the running numbers in the form's new records.

...