Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update serialNumberValidation "validationLevel"

...

    • <validation> - Items in this section enables validation of FromBin, LotNumber, SerialNumner and ToBin, when performing registrations. 
      •  <fromBinValiation> - Enable online from bin validation, checking the bin as registrations are being performed. 
        • documentName = "" - Name of the document responsible the validation on the backend.
        • online = "false" - Sets weather the online from bin validation is enabled or not.
      • <lotNumberValidation> - Enable online lot number validation, checking the lot as registrations are being performed. This validation can return a quantity which will be set as the quantity result, and a value defining if that quantity can be changed by the user. 
        • documentName = "" - Name of the document responsible the validation on the backend.
        • online = "false" - Sets weather the online lot number validation is enabled or not.

      • <serialNumberValidation> - Enable online serial number validation, checking the serial number as registrations are being performed. This validation can also return a quantity associated with the scanned serial number, and a value defining if that quantity can be changed by the user. 
        • documentName = "" - Name of the document responsible the validation on the backend.
        • online = "false" - Sets weather the online validation is enabled or not.
        • validationLevel = "" - Defines in which scope the scanned serial numbers needs to be unique. 
          • Item - Across all registrations on the device of the selected item.
          • Line - Across all registrations on the device of the selected order line. 
          • Order - Across all registrations on the device of the selected order.None
            • Disable local serial number validation completely, allowing the same serial number to be registered multiple times
          • Item
            • A given serial number can only be registered once per item number, on the selected order. Prevents registering the same serial number on multiple order lines carrying the same item number
          • Line
            • A given serial number can only be registered once for each order line. Allows registering the same serial number on multiple order lines carrying the same item number
          • Order
            • A given serial number can only be registered once on the entire order

      • <toBinvalidation>
        • documentName = "" - Name of the document responsible the validation on the backend.
        • enabled = "" -  Sets weather the online to bin validation is enabled or not.

...