Customer pickup - product scan screen

This topic lists the changes to the Customer Pick - Product Scan screen.

A new screen is provided for product scanning in the latest release.

Table 1. Changes to the Customer Pick - Product Scan screen.
9.3 fix pack

wsc.shipment.customerpickup.ProductVerification

9.4 release

wsc.components.shipment.customerpickup.ProductVerification

  • When the store associate scans a product, it is shown in the Last Product Scanned panel with description of the product, product image, and UOM.
  • Variants are not displayed for a variant product.
  • Changes are not committed to the database until customer pick process is confirmed.
  • A separate screen to view unpicked products.
  • Separate screens to mark shortages for individual shipment lines and entire shipment.
  • Shortage resolutions are displayed in a drop-down list. Cancelation reasons are displayed in a pop-up window.

    Screen name:wsc.shipment.customerpickup.Resolution.

  • The translateBarcode API is used to handle product scan. The recordCustomerPick API saves the picked quantity when the store associate completes the customer pick process.
  • The line quantity is not editable for a shipment line that is either partially picked or shorted.
  • When the store associate scans a product, it is shown in the Last Product Scanned panel with description of the product, product image, and UOM, along with options to modify and update the picked quantity for the product.
  • Variants are displayed for a variant product.
  • Increment and decrement options are provided to manually change the picked quantity.
  • "Pick All" button to pick all products at once.
  • "Update" button is provided to save picked quantity instantly.
  • A link to toggle between "All Products" and "Unpicked products" on the same screen.
  • A single pop-up window to apply shortage resolution or cancelation reason to individual unpicked lines or all unpicked lines at once.

    Screen name:wsc.components.shipment.customerpickup.ProductVerification.

  • The registerBarcodeForCustomerPick API is used to handle product scan and save the customer pick transaction related data such as the scanned quantity and shortage resolution reason code.
  • The line quantity is editable for a shipment line that is either partially picked or shorted.

How it affects you

  • As a store associate, you have the following benefits:
    • Pick all products at once.
    • Save the picked quantity without having to complete the customer pick process.
    • Apply a shortage resolution or a cancelation reason to all unpicked lines at once.
    • View all products and unpicked products on the same screen.
    • Edit the picked quantity for order lines that are either partially picked or have shortages.
    • You need not navigate to the order line that matches the last scanned product, to update the picked quantity.
  • As a store implementer, you must re-customize the new screens appropriately to incorporate the extensions of the old screen.