SystemParameterService allows to read system parameters on the form. It has the following functions:
- getRawValue – download parameter value
- Function parameters:
Name | Type | Default value | Description |
|---|---|---|---|
parameterKey | String | null | Parameter key |
- Function result:
Type | Description |
|---|---|
String | "Raw" parameter value (always as String) |
- getParameterType – returns parameter type
- Function parameters:
Name | Type | Default value | Description |
|---|---|---|---|
parameterKey | String | null | Parameter key |
- Function result:
Type | Description |
|---|---|
String | Parameter type |
