InfoValues are values that are stored in the database in the Info table and can be changed using the Manager. This means that the process itself no longer needs to be touched.
Since there is no separation between the processes and all users access the same table, naming conventions must also be observed here.
The table consists of three columns: InfoId, InfoName, and InfoValue.
While the InfoId is assigned automatically and the InfoValue is defined by the usage, the name of the InfoName can be freely chosen. In principle, the names are written in English unless they are proper names. Furthermore, all letters are written around Upper Case. Words are separated by an underscors (_). Here we adhere to the database naming convention.
Example:
- Orderprocessing _SUPPORTEMAIL