IVMultibinBinToBinTransferType

Description

An eConnect transaction type that describes an inventory transfer between bins.

XML nodes

Remarks

Hint: To use the IV Multibin Bin To Bin schema, multibins must be enabled.

The IV Multibin Bin To Bin schema provides the same functionality as the Bin Quantity Transfer Entry window. The schema supports transfers at one site between bins with the same quantity type (QTYTYPE). For example, use the <taIVMultibinBinToBinTransfer> XML node to transfer from bin (BIN) "A" to bin (TOBIN) "B" at site (LOCNCODE) "North" where both bins have a QTYTYPE value of "1" (On hand). To transfer between sites or quantity types, the transfer entry window must be used.

Transfers of serial-numbered items must be performed one at a time. You must set the quantity (QUANTITY) element to 1. You must also set the unit of measure (UOFM) element to the base unit of measure. Take care that the reset quantity (ResetQty) element has not been set to 1. A ResetQty value of 1 causes the QUANTITY element to use the total quantity that is available.

If the create bin (CreateBin) element is 1, the bin specified by the TOBIN element will be created. The CreateBin setting does not apply to the bin specified by the BIN element. The BIN cannot be created because the quantity available would be zero.

Document structure

<eConnect>
    <IVMultibinBinToBinTransferType>
        <eConnectProcessInfo />
        <taRequesterTrxDisabler_Items>
            <taRequesterTrxDisabler />
        </taRequesterTrxDisabler_Items>
        <taIVMultibinBinToBinTransfer />
    </IVMultibinBinToBinTransferType>
</eConnect>

See also