MxLoader

 View Only

MXINVUSE, INVUSE - Inventory Usage to Perform a Transfer

  • 1.  MXINVUSE, INVUSE - Inventory Usage to Perform a Transfer

    Posted 08-26-2025 15:05
    MXINVUSE INVUSE Sync-AddChange                    
    INVUSENUM SITEID DESCRIPTION STATUS USETYPE FROMSTORELOC INVUSELINE.ITEMSETID INVUSELINE.INVUSELINENUM INVUSELINE.ITEMNUM INVUSELINE.QUANTITY INVUSELINE.FROMBIN INVUSELINE.TOSTORELOC INVUSELINE.TOBIN
    1017 SITE Transfer SR to anotehr SR ENTERED TRANSFER SRa SET1 1 WRENCHES 1 OLDBIN SRb NEWBIN

    This is the template I used for Inventory Usage in Maximo (via Object Structures, SOAP) to transfer inventory via Inventory Usage. You create the parent record. 1017 was the next sequential ID in the Inventory Usage screen. INVUSELINENUM is incremented by 1. Default max is 250, but if you want to do more you'll have to change the system property mxe.inventory.maxInvUseLineLimit from 250 to a bigger number and perform a live refresh. If you're doing a transfer, use SQL to retrieve the current location of the storeroom & bin, Query in MxLoader somehow to get your first using Inventory module somehow.

    If you are transferring blank/null bins, you'll need to use ~NULL~ to indicate the bin is blank in Maximo
    https://bportaluri.com/2020/04/set-null-empty-values-with-mxloader.html



    ------------------------------
    sun kim
    ------------------------------