Customizing the RC00 screen flow

  1. Start from the Enterprise - > Mobile Personalization - > Screens menu
  2. Select the RC00 screen
  3. Copy standard product screen to Version = CUSTOM.
    • RC00 has fields for qty, lottable3, and lottable 5, but these fields are overridden by the ASNGSI01 screen.
  4. Create these additional fields as DISPLAY vectors to save the parsed results:
    • Qty
      • On the General tab, specify this information:
      • Specify qty for the Field Name.
      • Select Edit Text for Field Type.
      • Select DISPLAY for Vector Name.
      • On the Positioning tab, specify this information:
      • Specify 0 (zero) for Visible Expression.
      • On the Barcodes tab, specify this information:
      • Select Quantity for the Data Element.
    • Lottable3
      • On the General tab, specify this information:
      • Specify lottable3 for the Field Name.
      • Select Edit Text for Field Type.
      • Select DISPLAY for Vector Name.
      • On the Positioning tab, specify this information:
      • Specify 0 (zero) for Visible Expression.
      • On the Barcodes tab, specify this information:
      • Select lottable3 for the Data Element.
    • Lottable5
      • On the General tab, specify this information:
      • Specify lottable5 for the Field Name.
      • Select Edit Text for Field Type.
      • Select DISPLAY for Vector Name.
      • On the Positioning tab, specify this information:
      • Specify 0 (zero) for Visible Expression.
      • On the Input Rules tab, specify this information:
      • Specify {date} for Mask.
      • On the Barcodes tab, specify this information:
      • Select lottable5 for Data Element.
  5. Select the ALTSKU field, and select the Barcodes tab.
  6. Specify Item Number for Data Element.
  7. Select the ASNGSI01 screen.
  8. Copy ASNGSI01, default, to ASNGSI01, CUSTOM.
  9. Add the qty, lottable3, and lottable5 fields to ASNGSI0, CUSTOM, exactly as added in RC00.
  10. Modify Instructions for RC00 to copy the parsed data to ASNGSI01, and then copy it back to RC00 when it returns.
  11. In the Instruction Builder, add these lines:
    • SETSENDIF/DISPLAY/DISPLAY and drag the line up the second line. This line copies the DISPLAY vector to ASNGSI03 when the screen is called.
    • SETRETSENDIF/DISPLAY/DISPLAY and drag the line up under SETSENDIF/DISPLAY/DISPLAY
  12. After the default lottables are returned from the ASN in the RECEIVE vector, you overwrite the three DISPLAY fields with your saved data.
  13. Verify that the data is passed to the RC10 screen.Line 2 is used to copy the RC00 DISPLAY fields over to the same-named SEND fields in RC10. Ensure that the destination field on the screen has an Edit State of Repeat Previous rather than Initialize Blank or your data is cleared when the screen loads.
  14. Configure the lottable validation rules to display the lottables on RC10.