Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • lineSelection
      • The document name in the request XML used when fetching line selection information. Defaults to 'GetLineSelectionInformation'.


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

...