Configure a Field as Mandatory¶
With every data type of a field, you can specify that the parameter has to have a value, either specified as default or entered by the user.
For general information about how to customize the PLOSSYS 4 panel, refer to Customize the Panel
This is how you configure that a field is mandatory:
- 
Unless done, prepare customized panel configuration files panel-<customer_name>.jsonandsettings-<customer_name>.json. For more information, refer to Customize the Panel.
- 
In panel-<customer_name>.json, add the required field to therequiredlist:Example - PLS_STAMP_0is required{ ... "json_schema": { ... "required": ["Printer", "Copies", "PLS_STAMP_0"], "properties": { ... } ... }, ... }
- 
Restart the following services: - 
seal-operator-p4
- 
seal-operator-server
 
-