Field | Description |
---|---|
Enable logging | Specify whether you want to receive a log of all business objects that were imported successfully. |
Import-export document | Displays the document for which you are configuring workers. |
Class name | Class that implements the worker. If the field Use Platform workers is Yes, only classes originating from an app are shown. If the field is No, only traditional style worker classes are shown. |
Sequence | Indicate the order in which this worker should operate in the list of workers. The order of processing is determined by the sequence number given here. The process starts with the lowest number. |
App module name | The name of the module in the app from which the selected class originates. |
App name | The name of the app from which the selected class originates. |
Partner identifier | The Partner identifier of the app from which the selected class originates. |
Settings tab | |
Settings | The settings that apply to the worker (JSON format). The user has to define the values of the various settings in this field. When the app is upgraded (introducing new or changing settings), this field is not automatically changed. When this happens, you must manually update this field. |
Settings example tab | |
Settings example | A calculated field with example of the settings, in JSON format. This is intended to help define the correct settings in the Settings field. When the app is upgraded (introducing new or changing settings), this field is updated according to the new settings. |
Settings schema tab | |
Settings schema | A calculated field with the type/format and constraints that apply to the settings, in JSON format. When the app is upgraded (introducing new or changing settings), this field is updated according to the new settings. |