Passing data between screens

In this example, a GS1-128 barcode is being scanned on the RC00 screen. The barcode contains the item number concatenated with the Qty, Lot Code and Expiration Date. This barcode is scanned on the RC00 screen, the values parsed from the barcode, and passed to the RC10 screen to default in the Item code, Qty, Lot, and Expiration Date rather than using the defaults on the ASN line.

Prerequisite: Setup barcode parsing to return Item Number, Quantity, Lottable 3, Lottable 5 when barcode is scanned.

Normal screen flow:

  • RC00 screen: This screen accepts the Item number. The instructions on the screen route it to the ASNGSI03 screen to retrieve defaults from the ASN and then the RC10.
../images/image7.png ../images/image8.png
  • ASNGSI01 screen: This screen looks up the ASN detail which has defaults for the lottable fields and returns those values to RC00. To use the lottable values from RC00, the ASN defaults need to be overwritten.
  • RC10 screen: The RC10 screen displays the defaults from the ASNGSI01 into the lottable fields and allows you to receive.
../images/image9.png