Next-generation platform

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 permissions
    Enable the following resource permissions:
    • Execute move request - ISF000003
    • Manually update quantity while picking pr depositing in move inventory - ISF000008
    • Execute ad hoc move - ISF000013
    For more information, see Administering user group permissions.
  • Bar code types
    Configure 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, and Item.
    • Location. Used to scan an alternate location when a destination location is unavailable. The bar code validation source is SIM 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.
    By default, bar code types are provided for the Default organization. When you set up a new enterprise, you must create these bar code types again or copy it from the Default organization. For more information, see Configuring bar codes.

Store Inventory Management APIs

  • locations API

    Create locations by using the locations API. You must create a location 'PICK-VIRTUAL' of the location type 'VIRTUAL' and virtual flag as true.

  • exception-codes API

    Configure the exception reason codes to record shortage and to choose an alternate location by using the exception-codes API.

  • stores-rule API

    Configure whether location scanning is mandatory or not by setting the IS_LOC_SCAN_MANDATORY to Y or N in the stores-rule API. The default value is Y.