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 perform performs 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, Database Update Tool SQL Query, and so on. Doing so makes it easier to manage setting/configuration changes.

...