Constants
Constants are configuration objects used to store data that remains unchanged or changes very infrequently. Each constant stores a single value.
For instance, constants are often used to store the enterprise name, tax identification number, and similar information. An application can contain any number of constants:
Constant Form
To allow users to view and modify constant values, the system can automatically generate a form:
Alternatively, developers can create a custom form to replace the default one:

