System Parameters Manager
The System Parameters Manager provides visibility of supported system parameters that can be edited directly through the user interface.
Adding or removing system parameters, as well as upload and download functionality, are not currently supported.
For the parameters available for editing, input validation is enforced at different levels depending on the parameter configuration:
- Datatype - The value must match the parameter’s defined datatype. For example, numeric parameters only accept numeric values.
- LOV (List of Values) - The allowed values are restricted to a predefined list, sourced either from a database view or an existing code type. Users can only select from the available values.
- Function - Validation is performed using predefined database functions, allowing more complex or context-specific validation rules to be applied.