ButtonConfig

If there is no customised button configuration, the default is the Submit button with a blue colour.

Maximum number of configurable buttons is 8 for .wms Desktop but unlimited for .wms webUI and other .wms applications. No colours are available for custom buttons on the .wms Desktop.

ButtonConfig is available on all devices.

On the .wms webUI, if there is a default button or only one customised button then it will auto submit.

Example

Customised buttons on the .wms webUI:

Customisable buttons on the webUI.

Customised buttons on a RF scanner:

Customisable buttons on a RF scanner.

Copy
{
  ...
  "ButtonConfig": [
    {
      "Name": "Submit",
      "Key": "Submit",
      "Type": "Primary",
      "Default": true
    },
    {
      "Name": "Warning",
      "Key": "Warning",
      "Type": "Warning"
    },
    {
      "Name": "Info",
      "Key": "Info",
      "Type": "Info"
    },
    {
      "Name": "Danger",
      "Key": "Danger",
      "Type": "Danger"
    }
  ],
  ...
}