Collector Step Quantity

Collects

Quantity for current order line being registered.

The last step in the Standard Workflow for Planned Functions

Flow

  • Quantity is often filled with an existing value
  • Scanning a barcode will confirm the existing value and move to the next line
  • You cannot scan a plain barcode value for this reason. You should use Use GS1 Barcodes

Completes the line

Quantity step defines when a line is "Completed".

This can be changed by "lineCompletedDefinition" on Planned (Service) Mobile Configuration

Hide Quantity step and accept the suggested value

You don't want the user to enter quantity.

This can be done by hiding the step and setting a default value at the same time:

  • defaultValue="{Quantity}"
  • visible="false"

See Step Configuration Matrix for details.

Overwrite the quantity value

The value can be overwritten by using Online Validation on other steps like LotNumber (LotNumberValidation)

Examples