Info |
---|
Requirement: Tasklet Mobile WMS version 1.10.2 |
...
Example of the standard Workflow defined in all existing Application.cfg.
<workflowid="standard"itemNumberAI="01,02,91">
<configurationscanBehaviourWhenRegisteringQuantity="ScanNextItem"cancelBehaviour="Close"autoSave="false"fastForwardMode="InputAndScanValues">
<steps>
<fromBinid="10"header="@{RegistrationCollectorFromBinHeader}"label="{FromBin}"defaultValue="{FromBin}"helpLabel="@{RegistrationCollectorFromBinHelpLabel}" eanAi="00"/>
<toBinid="20"header="@{RegistrationCollectorToBinHeader}"label="{ToBin}"defaultValue="{ToBin}"helpLabel="@{RegistrationCollectorToBinHelpLabel}" eanAi="00"/>
<expirationDateid="31"header="@{RegistrationCollectorExpirationDateHeader}"label=""defaultValue="{ExpirationDate}"helpLabel="@{RegistrationCollectorExpirationDateHelpLabel}"eanAi="15,17,12"/>
<lotNumberid="32"header="@{RegistrationCollectorLotNumberHeader}"defaultValue="{LotNumber}"helpLabel="@{RegistrationCollectorLotNumberHelpLabel}"eanAi="10"/>
<toteid="35"header="@{RegistrationCollectorToteHeader}"helpLabel="@{RegistrationCollectorToteHelpLabel}"eanAi="98"/>
<!-- id="37" reserved for PackageNumber -->
<serialNumberid="40"header="@{RegistrationCollectorSerialNumberHeader}"defaultValue="{SerialNumber}"helpLabel="@{RegistrationCollectorSerialNumberHelpLabel}"eanAi="21"/>
<quantityid="50"header="@{RegistrationCollectorQuantityHeader}"helpLabel="@{RegistrationCollectorQuantityHelpLabel}"eanAi="310,30,37"minValue="0.0000000001"/>
<quantityByScanid="51"header="@{RegistrationCollectorQuantityByScanHeader}"helpLabel="@{RegistrationCollectorQuantityByScanHelpLabel}"minValue="0.0000000001"/>
</steps>
</configuration>
</workflow>
Solution
From Mobile WMS version 1.10.2, the Application Identifier has been changed for Bin Code from "00" to "".
...
Note that all occurrences of eanAI for <fromBin>, <toBin> and <tote id> are changed in the Application.cfg.
<workflowid="standard"itemNumberAI="01,02,91">
<configurationscanBehaviourWhenRegisteringQuantity="ScanNextItem"cancelBehaviour="Close"autoSave="false"fastForwardMode="InputAndScanValues">
<steps>
<fromBinid="10"header="@{RegistrationCollectorFromBinHeader}"label="{FromBin}"defaultValue="{FromBin}"helpLabel="@{RegistrationCollectorFromBinHelpLabel}"eanAi=""/>
<toBinid="20"header="@{RegistrationCollectorToBinHeader}"label="{ToBin}"defaultValue="{ToBin}"helpLabel="@{RegistrationCollectorToBinHelpLabel}"eanAi=""/>
<expirationDateid="31"header="@{RegistrationCollectorExpirationDateHeader}"label=""defaultValue="{ExpirationDate}"helpLabel="@{RegistrationCollectorExpirationDateHelpLabel}"eanAi="15,17,12"/>
<lotNumberid="32"header="@{RegistrationCollectorLotNumberHeader}"defaultValue="{LotNumber}"helpLabel="@{RegistrationCollectorLotNumberHelpLabel}"eanAi="10"/>
<toteid="35"header="@{RegistrationCollectorToteHeader}"helpLabel="@{RegistrationCollectorToteHelpLabel}"eanAi="00,98"/>
<!-- id="37" reserved for PackageNumber -->
<serialNumberid="40"header="@{RegistrationCollectorSerialNumberHeader}"defaultValue="{SerialNumber}"helpLabel="@{RegistrationCollectorSerialNumberHelpLabel}"eanAi="21"/>
<quantityid="50"header="@{RegistrationCollectorQuantityHeader}"helpLabel="@{RegistrationCollectorQuantityHelpLabel}"eanAi="310,30,37"minValue="0.0000000001"/>
<quantityByScanid="51"header="@{RegistrationCollectorQuantityByScanHeader}"helpLabel="@{RegistrationCollectorQuantityByScanHelpLabel}"minValue="0.0000000001"/>
</steps>
</configuration>
</workflow>
Who is affected by this change?
...