Configuring move inventory
To configure move inventory, enable appropriate resource permissions and set up bar code types, locations, and exception reason codes.
Applications Manager
- Resource permissionsEnable the following resource permissions:
- Execute move request - ISF000003
- Manually update quantity while picking pr depositing in move inventory - ISF000008
- Execute ad hoc move - ISF000013
- Bar code typesConfigure the following bar code types for your store's enterprise:
Store Scan Item or Location.
Used to scan locations and products while executing move requests. The bar code validation sources are:SIM location
,SIM Serial
, andItem
.Location.
Used to scan an alternate location when a destination location is unavailable. The bar code validation source isSIM location
.Serial Scan.
Used to scan the serial number to remove a product picked using that serial number. The bar code validation source is SIM serial.
Store Inventory Management APIs
locations
APICreate locations by using the
locations
API. You must create a location 'PICK-VIRTUAL' of the location type 'VIRTUAL' and virtual flag astrue
.exception-codes
APIConfigure the exception reason codes to record shortage and to choose an alternate location by using the
exception-codes
API.stores-rule
APIConfigure whether location scanning is mandatory or not by setting the IS_LOC_SCAN_MANDATORY to
Y
orN
in thestores-rule
API. The default value isY
.