Skip to content

Panel Configuration


The panel configuration depends on the backend system, respectively the connector.


PLOSSYS 4

The configurations files for the PLOSSYS 4 panel are located at:

  • <p4_connector_install_dir>/lib/defaultConfig

    • panel.json

      The file specifies the settings part of the panel.

    • settings.json

    The file specifies the default settings in the Server Settings.

The keys DEFAULT_P4_SCHEMA and DEFAULT_P4_PANEL configure the location of the configuration files which are actually used.

Caution - Do not modify

The files must not be changed in the default location.

Literatur - JSON Schema

For further information about the structure of the JSON schema, refer to JSON Schema.


PLOSSYS 5

The configurations files for the PLOSSYS 5 panel are located at:

  • <p5_connector_install_dir>/lib/defaultConfig

    • panel.json

      The file specifies the settings part of the panel.

    • settings.json

    The file specifies the default settings in the Server Settings.

The keys DEFAULT_P5_SCHEMA and DEFAULT_P5_PANELconfigure the location of the configuration files which are actually used.

Caution - Do not modify

The files must not be changed in the default location.

Literatur - JSON Schema

For further information about the structure of the JSON schema, refer to JSON Schema.


Fileupload

The configurations files for the Fileupload 5 panel are located at:

  • <fileupload_connector_install_dir>/lib/defaultConfig

    • panel.json

      The file specifies the settings part of the panel.

    • settings.json

    The file specifies the default settings in the Server Settings.

The keys DEFAULT_FILEUPLOAD_SCHEMA and DEFAULT_FILEUPLOAD_PANEL configure the location of the configuration files which are actually used.

Caution - Do not modify

The files must not be changed in the default location.

Literatur - JSON Schema

For further information about the structure of the JSON schema, refer to JSON Schema.


SAP

caution - SAP panel

It is not advised to configure the SAP panel.


DPF

If you want to configure the DPF panel, please refer to the documentation of DPF Rest service version 1.0.5 or higher available for DPF from version 2.1.0.


Back to top