I like to move inventory in the IV00102 table from one location, to a new location that it hasn't been in before
If I try to just use <IVInventoryTransferType> in econnect, where
<TRXLOCTN>ECAMPUS</TRXLOCTN>
<TRNSTLOC>LEX2FBA</TRNSTLOC>
the inventory would be moved to ecampus -> lex2fba
it gives me an error
Error Number = 1376 Stored Procedure= taIVTransferLineInsert Error Description = The To Location Code/Site ID (TRNSTLOC) is not assigned to the Item Number (ITEMNMBR) passed in
Node Identifier Parameters: taIVTransferLineInsert
IVDOCNBR = FBA15DCL6W7S_10
ITEMNMBR = 000009781337287487BU
TRXLOCTN = ECAMPUS
TRNSTLOC = LEX2FBA
Is there a econnect xml type, that I can use to create the location for this item? before I try to do the transfer?
would there be an example that i could look at?
*This post is locked for comments