Remote configuration
Introduction
The remote configuration is used to store configurations affecting only the fulfillmenttools apps & clients such as the Backoffice or the Operations App. No changes are made in back end based on these configurations.
The remote configuration is a simple configuration key-value store. Based on a key, different values and value types can be saved. Furthermore, every entry can contain a specific scope, meaning that configurations can be made available only to certain user groups or clients.
Available Remote Configurations
Client
Value
Effect
Backoffice
groups:
BACKOFFICE
key:
INBOUND_VIEW_ENABLED
value:
true
valueType:
BOOLEAN
The inbound view is visible in the facility view.
Backoffice
groups:
BACKOFFICE
key:
SENTRY_ENABLED
value:
true
valueType:
BOOLEAN
If this config exists and is set to false
we stop tracking errors on pre
and prd
tenants.
By default we track all error and analytics data on all tenants.
Backoffice
groups:
BACKOFFICE
key:
RETURN_VIEW_ENABLED
value:
true
valueType:
BOOLEAN
The return view is visible in the network view.
Backoffice, Operations Web App
groups:
BACKOFFICE
,OPERATIONS_WEB_APP
key:
RETURN_VIEW_ENABLED
value:
true
valueType:
BOOLEAN
The service tab in the task overview is visible.
The feature custom-service
must also be active in order to activate the service tab.
Backoffice
groups:
BACKOFFICE
key:
CHANNEL_ALLOCATION_VIEW_ENABLED
value:
true
valueType:
BOOLEAN
The channel inventory tab is visible in the stock overview.
Backoffice
groups:
BACKOFFICE
key:
STORAGE_LOCATION_VIEW_ENABLED
value:
true
valueType:
BOOLEAN
The storage location view is visible in the facility view.
Backoffice
groups:
BACKOFFICE
key:
STOCK_MODIFICATION_ENABLED
value:
true
valueType:
BOOLEAN
In storage location view:
Adding product and stock on location is allowed
Changing stock is allowed
In listing detail view:
changing stock is allowed in stock information card
changing stock is allowed in storage location card
Backoffice, Operations Web App
groups:
OPERATIONS_WEB_APP
,BACKOFFICE
key:
SERVICE_JOBS_ENABLED
value:
true
valueType:
BOOLEAN
The service tab is visible.
The feature custom-service
must also be active in order to activate the service tab.
Operations Web App
groups:
OPERATIONS_WEB_APP
key:
NEW_PRINT_OVERVIEW_ENABLED
value:
true
valueType:
BOOLEAN
The new print overview is used.
Operations Web App
groups:
OPERATIONS_WEB_APP
key:
NEW_PACKING_ENABLED
value:
true
valueType:
BOOLEAN
The new packing process is used.
Operations Web App
groups:
OPERATIONS_WEB_APP
key:
SINGLE_PACKING_ENABLED
value:
true
valueType:
BOOLEAN
Simple and fast packing process that do not allow to pack multiple packages (only one packing target container will be created).
Operations Web App
groups:
OPERATIONS_WEB_APP
key:
PREFILL_AMOUNT_HANDLER
value:
{"packing": "true
"}valueType:
BOOLEAN
Within the new packing view, in the amount handler the count of an item is prefilled (e.g. 5/5) and don't need to be selected by the user. Default is not prefilled, e.g. (0/5)
Operations Android App
groups:
OPERATIONS_ANDROID
key:
android_native_printing_enabled
value:
true
valueType:
BOOLEAN
Allows the user to select the native Android printing interface when printing documents.
Operations Android App
groups:
OPERATIONS_ANDROID
key:
android_zebra_printing_enabled
value:
true
valueType:
BOOLEAN
Allows the user to directly select Zebra printers in the network when printing documents.
Operations Android App
groups:
OPERATIONS_ANDROID
key:
android_use_new_load_units
value:
true
valueType:
BOOLEAN
Enables the new load units selection during the picking process.
Operations Android App
groups:
OPERATIONS_ANDROID
key:
android_calc_ean_check_digit
value:
true
valueType:
BOOLEAN
Enables the app to automatically calculate the check digit for EAN-8 and EAN-13 barcodes, if the scanning device doesn’t send the whole code to the app. This happens for example on some Honeywell devices. For the camera scan or devices that already send the whole code, this setting has no effect.
Operations Android App
groups:
OPERATIONS_ANDROID
key:
android_use_picking_focus
value:
true
valueType:
BOOLEAN
When this setting is active (true), the user is only able to scan the item that is currently in focus during the picking process. If disabled (false), the user is able to scan any item in the list during picking.
When no value exists, the default fallback value is true.
This setting only works if android_use_new_picking
is enabled.
This setting has no effect for pick jobs that require a storage locations to be scanned, or pick jobs where barcode validation is disabled.
Operations KMP App
groups:
OPERATIONS_KMP
key:
return_trigger_review_enabled
value:
true
valueType:
BOOLEAN
When this setting is active (true), the user is able to tick a checkbox for every Article in an ItemReturn to indicate that this item needs further review before finishing the ItemReturn.
If disabled (false), the checkbox will not be shown.
This setting is only supported with App version 1.3.0 or newer.
Last updated