Change the Default of a Field¶
With every data type of a field, you can specify a default.
For general information about how to customize the PLOSSYS 4 panel, refer to Customize the Panel
This is how you change the default of a field in the panel:
- 
Unless done, prepare customized panel configuration files panel-<customer_name>.jsonandsettings-<customer_name>.json. For more information, refer to Customize the Panel.
- 
In both customized panel configuration files, change the value of the defaultattribute of the field:Example - new default is Jane{ ... "properties": { ... "PLS_STAMP_1": { "type": "string", ... "default": "Jane", ... }, ... } ... }
- 
Restart the following services: - 
seal-operator-p4
- 
seal-operator-server
 
-