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:
BACKOFFICEkey:
INBOUND_VIEW_ENABLEDvalue:
truevalueType:
BOOLEAN
The inbound view is visible in the facility view.
Backoffice
groups:
BACKOFFICEkey:
SENTRY_ENABLEDvalue:
truevalueType:
BOOLEAN
If this config exists and is set to false we stop tracking errors on preand prdtenants.
By default we track all error and analytics data on all tenants.
Backoffice, Operations Web App
groups:
BACKOFFICE,OPERATIONS_WEB_APPkey:
SERVICE_VIEW_ENABLEDvalue:
truevalueType:
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:
BACKOFFICEkey:
CHANNEL_ALLOCATION_VIEW_ENABLEDvalue:
truevalueType:
BOOLEAN
The channel inventory tab is visible in the stock overview.
Backoffice
groups:
BACKOFFICEkey:
STORAGE_LOCATION_VIEW_ENABLEDvalue:
truevalueType:
BOOLEAN
The storage location view is visible in the facility view.
Backoffice
groups:
BACKOFFICEkey:
STOCK_MODIFICATION_ENABLEDvalue:
truevalueType:
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,BACKOFFICEkey:
SERVICE_JOBS_ENABLEDvalue:
truevalueType:
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_APPkey:
NEW_PRINT_OVERVIEW_ENABLEDvalue:
truevalueType:
BOOLEAN
The new print overview is used.
Operations Web App
groups:
OPERATIONS_WEB_APPkey:
NEW_PACKING_ENABLEDvalue:
truevalueType:
BOOLEAN
The new packing process is used.
Operations Web App
groups:
OPERATIONS_WEB_APPkey:
SINGLE_PACKING_ENABLEDvalue:
truevalueType:
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_APPkey:
PREFILL_AMOUNT_HANDLERvalue:
{"packing": "true"}valueType:
JSON
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 Web App
groups:
OPERATIONS_WEB_APPkey:
OPERATIONS_POLLING_INTERVALSvalue:
{"pickingOverview": 30000,"packingOverview": 30000,"restowOverview": 30000,"linkedServiceJobsOverview": 30000,"serviceJobsOverview": 30000,"handoverOverview": 30000}valueType:
JSON
Custom polling interval configuration. Values should be provided in milliseconds. Values below 5000 (5s) will default to 5 seconds by the client. If a view is not provided the default value is used (view specific). Not every key has to be defined if you only want to change one interval just specify that key.
Operations Android App
groups:
OPERATIONS_ANDROIDkey:
android_native_printing_enabledvalue:
truevalueType:
BOOLEAN
Allows the user to select the native Android printing interface when printing documents.
Operations Android App
groups:
OPERATIONS_ANDROIDkey:
android_zebra_printing_enabledvalue:
truevalueType:
BOOLEAN
Allows the user to directly select Zebra printers in the network when printing documents.
Operations Android App
groups:
OPERATIONS_ANDROIDkey:
android_use_new_load_unitsvalue:
truevalueType:
BOOLEAN
Enables the new load units selection during the picking process.
Operations Android App
groups:
OPERATIONS_ANDROIDkey:
android_calc_ean_check_digitvalue:
truevalueType:
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_ANDROIDkey:
android_use_picking_focusvalue:
truevalueType:
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_KMPkey:
return_trigger_review_enabledvalue:
truevalueType:
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.
Operations Mobile App
groups:
OPERATIONS_MOBILEkey:
MOBILE_POLLING_INTERVAL_RESTOWvalue:
60valueType:
INT
Configure the time interval (in seconds) in which the open restow items get updated (while the screen is active). The default value is 60 seconds.
The minimum value is 5 seconds, all smaller values will be ignored.
This setting is only supported with App version 154 or newer.
Operations Mobile App
groups:
OPERATIONS_MOBILEkey:
SHORTPICK_REASON_MANDATORYvalue:
truevalueType:
BOOLEAN
If this config is set to true then a single order pick can only be completed if a short pick reason has been selected for each short picked item.
This setting is only supported with App version 157 or newer.
Last updated