I am trying to import PO Receivings document to GP using eConnect. The import is working okay but the tax information is missing.
The taxes are based on the vendor, so in "taPopRcptLineInsert" i am passing to Purchase_IV_Item_Taxable = 3 which according to eConnect documentation is used for "3=Based on vendor"
the xml for eConnect object is
==========================
<?xml version="1.0"?>
-<eConnect xmlns:xsd="www.w3.org/.../XMLSchema" xmlns:xsi="www.w3.org/.../XMLSchema-instance">-<POPReceivingsType><eConnectProcessInfo xsi:nil="true"/><taRequesterTrxDisabler_Items xsi:nil="true"/><taUpdateCreateItemRcd xsi:nil="true"/><taUpdateCreateVendorRcd xsi:nil="true"/><taCreateVendorAddress_Items xsi:nil="true"/><taPopRcptLotInsert_Items xsi:nil="true"/><taPopRcptSerialInsert_Items xsi:nil="true"/>-<taPopRcptLineInsert_Items>-<taPopRcptLineInsert><POPTYPE>3</POPTYPE><POPRCTNM>RCT1250</POPRCTNM><ITEMNMBR>OFFICE-HOME</ITEMNMBR><VENDORID>MICROSOFT</VENDORID><VNDITNUM>OFFICE-HOME</VNDITNUM><UNITCOST>10</UNITCOST><QTYSHPPD>2</QTYSHPPD><QTYINVCD>2</QTYINVCD><Purchase_IV_Item_Taxable>3</Purchase_IV_Item_Taxable><LOCNCODE>MAIN</LOCNCODE><receiptdate>4/10/2012</receiptdate></taPopRcptLineInsert></taPopRcptLineInsert_Items><taPopRcptMultiBin_Items xsi:nil="true"/><taPopRcptLineTaxInsert_Items xsi:nil="true"/><taPopRctUserDefined xsi:nil="true"/><taPopDistribution_Items xsi:nil="true"/><taAnalyticsDistribution_Items xsi:nil="true"/>-<taPopRcptHdrInsert><POPRCTNM>RCT1250</POPRCTNM><POPTYPE>3</POPTYPE><VNDDOCNM>2000</VNDDOCNM><receiptdate>4/10/2012</receiptdate><BACHNUMB>TEST IMP CAD</BACHNUMB><VENDORID>MICROSOFT</VENDORID><CURNCYID>Z-C$</CURNCYID><XCHGRATE>0.98</XCHGRATE></taPopRcptHdrInsert><taMdaUpdate_Items xsi:nil="true"/></POPReceivingsType></eConnect>
=========================
*This post is locked for comments