Settings Lockdown

The settings lockdown feature prevents changing certain settings via the user interface. Add the desired settings to the SettingsLockdown config category in any configuration file to enable the lockdown.

Set the value for a lockdown config property as follows:

  • True: the property is locked down and cannot be changed via the user interface.
  • False: the property is not locked down and can be changed via the user interface. This is the default, so any property not specified for lockdown is not locked down.

Higher level config properties take precedence and lock all properties below them. For example, setting VoiceAndAudioSettingsLockdown to true locks down all the settings underneath, even if some of those individual properties are set to false.

Application Lockdown Settings

VoiceAndAudioSettingsLockdown

Config properties for Voice and Audio Settings lockdown:

"SettingsLockdown": {
    "VoiceAndAudioSettingsLockdown": "false",
    "VoiceRecognitionLockdown": "false",
    "PickUpAndGoLockdown": "false",
    "PauseOnMicRaiseLockdown": "false",
    "CaptioningLockdown": "false"
}

ApplicationSettingsLockdown

Config properties for Application Settings lockdown:

"SettingsLockdown": {
    "ApplicationSettingsLockdown": "false",
    "ApplicationSchemeLockdown": "false",
    "AutomaticReleaseLeaseLockdown": "false",
    "ApplicationSettingsSecureConnectionsLockdown": "false",
    "ApplicationSettingsHostLockdown": "false",
    "ApplicationSettingsPortLockdown": "false",
    "ApplicationSettingsSiteIdLockdown": "false"
}

Workflow Settings

The lockdown feature also includes workflow settings for the following workflows within the DevKit:

LAppSettingsLockdown

Config properties for LApp Settings lockdown:

"SettingsLockdown": {
    "LAppSettingsLockdown": "false",
    "LAppSettingsWorkflowFilterLockdown": "false",
    "LAppSettingsHostLockdown": "false",
    "LAppSettingsPortLockdown": "false",
    "LAppSettingsCompanyDBLockdown": "false"
}

RetailSettingsLockdown

Config properties for Retail Settings lockdown:

"SettingsLockdown": {
    "RetailSettingsLockdown": "false",
    "RetailServerSettingsLockdown": "false",
    "RetailServerSettingsWorkflowFilterLockdown": "false",
    "RetailServerSettingsSecureConnectionsLockdown": "false",
    "RetailServerSettingsHostLockdown": "false",
    "RetailServerSettingsPortLockdown": "false",
    "RetailServerSettingsSiteCodeLockdown": "false",
    "RetailAcuitySettingsLockdown": "false",
    "RetailAcuitySettingsEnabledLockdown": "false",
    "RetailAcuitySettingsSecureConnectionsLockdown": "false",
    "RetailAcuitySettingsHostLockdown": "false",
    "RetailAcuitySettingsPortLockdown": "false"
}

VoiceLinkSampleSettingsLockdown

Config properties for VoiceLink Sample Settings lockdown:

"SettingsLockdown": {
    "VoiceLinkSampleSettingsLockdown": "false",
    "VoiceLinkSampleSettingsWorkflowFilterLockdown": "false",
    "VoiceLinkSampleSettingsSecureConnectionsLockdown": "false",
    "VoiceLinkSampleSettingsHostLockdown": "false",
    "VoiceLinkSampleSettingsPortLockdown": "false",
    "VoiceLinkSampleSettingsODRPortLockdown": "false",
    "VoiceLinkSampleSettingsSiteNameLockdown": "false"
}

SimpleAppSettingsLockdown

Config properties for Simple App Settings lockdown:

"SettingsLockdown": {
    "SimpleAppSettingsLockdown": "false",
    "SimpleAppSettingsHostLockdown": "false",
    "SimpleAppSettingsPortLockdown": "false"
}

BasePickingSettingsLockdown

Config properties for Base Picking Settings lockdown:

"SettingsLockdown": {
    "BasePickingSettingsLockdown": "false",
    "BasePickingServerSettingsLockdown": "false",
    "BasePickingServerSettingsWorkflowFilterLockdown": "false",
    "BasePickingServerSettingsSecureConnectionsLockdown": "false",
    "BasePickingServerSettingsHostLockdown": "false",
    "BasePickingServerSettingsPortLockdown": "false",
    "BasePickingServerSettingsODRPortLockdown": "false",
    "BasePickingConfigurationSettingsLockdown": "false",
    "BasePickingConfigurationSettingsPickMethodLockdown": "false",
    "BasePickingConfigurationSettingsShowHintsLockdown": "false",
    "BasePickingConfigurationSettingsConfirmLocationLockdown": "false",
    "BasePickingConfigurationSettingsConfirmProductLockdown": "false",
    "BasePickingConfigurationSettingsConfirmQuantityVoiceInputLockdown": "false",
    "BasePickingConfigurationSettingsConfirmQuantityScreenInputLockdown": "false",
    "BasePickingConfigurationSettingsPickQuantityCountdownLockdown": "false"
}