Hi,
I am posting this question again as I did not get any answer yet.
We cannot use the Lot transfer as we are not implementing any Lot in our system.We do not have any lot number. I tried the below xml for Site Transfer and Bin Tranfer. It did not throw any exception but also did not do any transfer.
I want -ve adjustment OF QTY 1 in "Return"Site "R1" BIN and
+ve adjustment OF QTY 1 in "NJ_305VET" Site "RCV" BIN
Nothing changed in my database THE QTY IV00102 AND IV00112 :
But addded row in IV10000 and IV10001
Below is the XML we are sending:
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
IVInventoryTransferType
>
<
taIVTransferLineInsert_Items
>
<
taIVTransferLineInsert
>
<
IVDOCNBR
>00000000000000502</
IVDOCNBR
>
<
ITEMNMBR
>SPX3000</
ITEMNMBR
>
<
LNSEQNBR
>16384</
LNSEQNBR
>
<
TRXQTY
>2</
TRXQTY
>
<
TRXLOCTN
>RETURNS</
TRXLOCTN
>
<
TRNSTLOC
>NJ_305VET</
TRNSTLOC
>
</
taIVTransferLineInsert
>
</
taIVTransferLineInsert_Items
>
<
taIVTransferMultiBinInsert_Items
>
<
taIVTransferMultiBinInsert
>
<
IVDOCNBR
>00000000000000502</
IVDOCNBR
>
<
ITEMNMBR
>SPX3000</
ITEMNMBR
>
<
LNSEQNBR
>16384</
LNSEQNBR
>
<
BIN
>R1</
BIN
>
<
TOBIN
>RCV</
TOBIN
>
<
QUANTITY
>1</
QUANTITY
>
</
taIVTransferMultiBinInsert
>
</
taIVTransferMultiBinInsert_Items
>
<
taIVTransferHeaderInsert
>
<
BACHNUMB
>Trans</
BACHNUMB
>
<
IVDOCNBR
>00000000000000502</
IVDOCNBR
>
<
DOCDATE
>Thursday, September 14, 2017</
DOCDATE
>
</
taIVTransferHeaderInsert
>
</
IVInventoryTransferType
</eConnect>
Thanks
Priya