Import process

Process data can be imported using a json file. It must be ensured that the process data within the file corresponds to the following schema.

{
 "items": [
  {
   "processNumber": 0,
   "name": {
    "en": "string",
    "de": "string",
    "es": "string",
    "zh": "string",
    "tr": "string"
   },
   "description": {
    "en": "string",
    "de": "string",
    "es": "string",
    "zh": "string",
    "tr": "string"
   },
   "origin": "string",
   "parentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
 ]
}

The following is an example of the contents of a json file.

{
 "Items": [
  {"ProcessNumber": "101", "Name": {"En": "Polishing silver"}},
  {"ProcessNumber": "102", "Name": {"En": "Polishing iron"}},
  {"ProcessNumber": "103", "Name": {"En": "Polishing aluminium"}},
 ]
}

To import a json file with process data, proceed as follows:

  1. In the Processes tab, click on Import.

    The Import process data dialog opens.

    mdm_processes_import_2023_01.png

  2. Click Select file.

    The file manager opens.

  3. Select the required json file.
  4. Click Import.

The new process appears in the selection list.

Edit process

  1. In the Processes tab, click on a process.

    The Details working area displays the process information.

    mdm_processes_properties_2022_02

  2. To edit a process, in Process information, click mdm_edit_icon in the row of the process to be edited.

    The Edit process dialog is displayed.

    mdm_processes_edit_process

  3. Adjust the required information.
  4. Click Save.

The modified information is displayed in Process information.