Advanced Configuration Settings
PickSwitch.OrderBy
This value will change the order by on the pick list for devices. It can be any valid column returned by the WRHS_lstOrdersPickSwitch stored procedure which includes:
ZoneID
ZoneDesc
OrderID
OrderNumber
CustomerPONumber
OrderContainerID
CustomerName
OrderTypeCode
OrderPercentComplete
OrderContainerPercentComplete
DeliveryDate
Default is OrderNumber.
In addition, the sort order is determined by a configuration setting PickSwitch.OrderBy.Direction. Its value can be ASC or DESC. Default is DESC.
Picking.ReuseLP
False=User may not reuse an LP that is active/empty/not tied to active order. True=User may not reuse an LP that is active/empty/not tied to active order. This setting can also be made at the order type level if you want to allow or disallow reuse based on order type.
Default is False.
EnforceReplenishMaxQty
At the warehouse level, there is a bit which allows you to control whether or not to allow the user to override the max quantity setting at a bin level for replenishments. If the bin being replenished truly has a maximum that will not fit any additional, then this setting can be used to force a limit. It can be set at either the warehouse database level for individual warehouse control, or at the configuration setting level for all warehouses.
Default is [ Warehouse,(False) ]
Picking.OrderBy-N (N = WarehouseID)
This setting can have values:
BinSeq – BinSeq requires that the Primary Pick Bin as defined under Item/Bin Assignment. The value for Bin Seq is used.
OldestLot
BinSeqAndOldestLP
Default is OldestLot
Picking.DisAllowLPCreationForPick
If you don’t want the users to be able to create new license plates (LP) during the picking process on the device, then set this value to true.
WaveSetChildOrderMatch
If this configuration is set to CustomerPONumber, then all child orders within a wave set order created from the console, must have the same customer PO number on the order header.
Default is unused.
Picking.RestrictStagingToStagingBinType
If set, this restriction forces users to stage to a bin location that is a staging bin type.
Default is true.
Processing.WaveSetTwoStepPick.AutoAssignChildOrders
If set, then after a wave set is completed, it will auto assign the child orders for picking. If set to false, then assignment is required before proceeding to pick the child orders.
Default is false.
AutoCreateWaveSetPerOrder
If used, then a wave set is automatically created for each order type specified in a comma seperated list. “SO” is the most common order type set. A Wave set will be created from orders coming in via Data Setup Tools import, or an API call.
Default is false.