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>.json
andsettings-<customer_name>.json
. For more information, refer to Customize the Panel. -
In both customized panel configuration files, change the value of the
default
attribute 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
-