Remote configuration
Introduction
The remote configuration stores configurations that affect only the fulfillmenttools apps and clients, such as the Backoffice or the Operations App. These configurations do not change behavior in the back end.
The remote configuration is a simple key-value store. Based on a key, different values and value types can be stored. Every entry can also contain a specific scope, meaning that configurations can be made available only to certain user groups or clients.
To apply the remote configuration described below, use the REST API endpoint /api/remoteconfigs. Detailed API documentation is available here.
Available Remote Configurations
INBOUND_VIEW_ENABLED
BOOLEAN
true
BACKOFFICE
Backoffice
Makes the inbound view visible in the facility view.
SENTRY_ENABLED
BOOLEAN
true
BACKOFFICE
Backoffice
If set to false, the system stops tracking errors in pre and prd tenants. By default, error and analytics data are tracked on all tenants.
SERVICE_VIEW_ENABLED
BOOLEAN
true
BACKOFFICE, OPERATIONS_WEB_APP
Backoffice, Operations Web App
Makes the service tab visible in the task overview. The custom-service feature must also be active.
CHANNEL_ALLOCATION_VIEW_ENABLED
BOOLEAN
true
BACKOFFICE
Backoffice
Makes the channel inventory tab visible in the stock overview.
STORAGE_LOCATION_VIEW_ENABLED
BOOLEAN
true
BACKOFFICE
Backoffice
Makes the storage location view visible in the facility view.
STOCK_MODIFICATION_ENABLED
BOOLEAN
true
BACKOFFICE
Backoffice
Allows adding products and stock at a location and changing stock in the storage location view. It also allows changing stock on the stock information card and storage location card in the listing detail view.
SERVICE_JOBS_ENABLED
BOOLEAN
true
OPERATIONS_WEB_APP, BACKOFFICE
Backoffice, Operations Web App
Makes the service tab visible. The custom-service feature must also be active.
NEW_PRINT_OVERVIEW_ENABLED
BOOLEAN
true
OPERATIONS_WEB_APP
Operations Web App
The Operations Web App uses the new print overview.
NEW_PACKING_ENABLED
BOOLEAN
true
OPERATIONS_WEB_APP
Operations Web App
The Operations Web App uses the new packing process.
SINGLE_PACKING_ENABLED
BOOLEAN
true
OPERATIONS_WEB_APP
Operations Web App
Enables a simplified packing process that does not allow packing multiple packages, as only one packing target container is created.
PREFILL_AMOUNT_HANDLER
JSON
{"packing": "true"}
OPERATIONS_WEB_APP
Operations Web App
Within the new packing view, the item count in the amount handler is prefilled (e.g., 5/5) and does not need to be selected by the user. By default, the value is not prefilled (e.g., 0/5).
OPERATIONS_POLLING_INTERVALS
JSON
{"pickingOverview": 30000,"packingOverview": 30000,"restowOverview": 30000,"linkedServiceJobsOverview": 30000,"serviceJobsOverview": 30000,"handoverOverview": 30000}
OPERATIONS_WEB_APP
Operations Web App
Defines custom polling intervals in milliseconds. The client defaults any value below 5000 to 5 seconds. If a specific view's interval is not defined, the system uses its default value. It is not necessary to define every key; only specify the key for the interval to be changed.
android_native_printing_enabled
BOOLEAN
true
OPERATIONS_ANDROID
Operations Android App
Allows the user to select the native Android printing interface when printing documents.
android_zebra_printing_enabled
BOOLEAN
true
OPERATIONS_ANDROID
Operations Android App
Allows the user to select Zebra printers directly from the network when printing documents.
android_use_new_load_units
BOOLEAN
true
OPERATIONS_ANDROID
Operations Android App
Enables the new load units selection during the picking process.
android_calc_ean_check_digit
BOOLEAN
true
OPERATIONS_ANDROID
Operations Android App
Enables the app to automatically calculate the check digit for EAN-8 and EAN-13 barcodes if the scanning device does not send the complete code. For camera scans or devices that send the complete code, this setting has no effect.
android_use_picking_focus
BOOLEAN
true
OPERATIONS_ANDROID
Operations Android App
If true, the user can only scan the item that is currently in focus during the picking process. If false, the user can scan any item in the list. The default value is true. This setting requires android_use_new_picking to be enabled and has no effect for pick jobs that require scanning a storage location or have barcode validation disabled.
return_trigger_review_enabled
BOOLEAN
true
OPERATIONS_KMP
Operations KMP App
If true, the user can select a checkbox for each article in an ItemReturn to indicate it needs further review. If false, the checkbox is not shown. This setting is supported in app version 1.3.0 and newer.
MOBILE_POLLING_INTERVAL_RESTOW
INT
60
OPERATIONS_MOBILE
Operations Mobile App
Configures the update interval in seconds for open restow items while the screen is active. The minimum value is 5; smaller values are ignored. The default is 60. This setting is supported in app version 154 and newer.
SHORTPICK_REASON_MANDATORY
BOOLEAN
true
OPERATIONS_MOBILE, OPERATIONS_WEB_APP
Operations Mobile App, Operations Web App
If set to true, a single order pick can only be completed if a short-pick reason has been selected for each short-picked item. This setting is supported in app version 157 and newer.
Last updated