Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<application>
  ...
  <workflows>
    <workflow id="standard" itemNumberAI="01,02">
      <configuration twoDigitYearMax="2099" prefillExpectedValueOnLocationScan="false" scanBehaviourWhenRegisteringQuantity="ValidateCurrentItem">
        <steps>
          <add id="10" name="FromBin" inputType="Text" header="Scan From Bin (Take)" label="'{FromBin}'" helpLabel="Scan the Bin you are taking the item from. Expected value: {FromBin}." optional="false" primaryInputMethod="Scan"/>
          <add id="20" name="ToBin" inputType="Text" header="Scan To Bin (Place)" label="'{ToBin}'" defaultValue="{ToBin}" helpLabel="Scan the Bin you are placing the item into." optional="false" primaryInputMethod="Scan" />
          <add id="31" name="ExpirationDate" inputType="Date" header="Set Expiration Date" label="Expiration Date" optional="false" helpLabel="Set the Expiration Date for the item"/>
          <add id="32" name="LotNumber" inputType="Text" header="Scan Lot Number" label="'{LotNumber}'" helpLabel="Scan the Lot Number for the item." optional="false" primaryInputMethod="Scan" defaultValue="{LotNumber}" eanAi="10"/>
          <add id="33" name="SerialNumber" defaultValue="" inputType="Text" header="Scan Serial Number" label="Serial Number" helpLabel="Scan the Serial Number for the item." optional="false" primaryInputMethod="Scan"/>
          <add id="50" name="Quantity" inputType="Decimal" header="Enter Quantity" label="Quantity" helpLabel="Enter the quantity to complete the registration." optional="false" /> 
          <add id="5051" name="QuantityByScan" inputType="Decimal" header="Scan to increment quantity" label="Quantity" helpLabel="Scan to increment quantity." optional="false" /> 
        </steps>
      </configuration>
    </workflow>
  </workflows>
  ...
</application>

...