Mobility Scan pack workflow types

Mobility Scan pack workflow types

Updated over a week ago

Description

This document provides information on how to update config file based on preferred Mobility scan pack workflow type.

Detail Steps

1.Pick-Pack workflow

True means Pick to Pack workflow
​<add key="ScanPack" value="True"/>
<add key="DespatchScanPackOnly" value="True"/>

2. RTP-Pick workflow

False means RTP to Pick workflow
​<add key="ScanPack" value="False"/>
<add key="DespatchScanPackOnly" value="False"/>

3. RTP-Scanned-Picked workflow

True means RTP > Scanned to Pick workflow
​<!-- Despatch for RTP-> PICKED set RemoteConfirm flag - Explorer shows SCANNED status in register -->
<add key="DespatchSetAsScanned" value="True"/>

  • Must use RTP to PICK workflow.

  • Two settings of scan pack set to False, and DespatchSetAsScanned set to True if user would like to use "scanned" before picking.

  • Then the status in WMS Despatch register will reflect to "scanned".

<add key="ScanPack" value="False"/>
<add key="DespatchScanPackOnly" value="False"/>
<add key="DespatchSetAsScanned" value="True"/>

Related Information

Did this answer your question?