I am importing Shipment/Invoice transactions via eConnect and everything is correct until I view the transaction in GP. Immediately upon selecting the transaction in the Receivings Transaction Entry window the distributions are recalculated and the Credited PAY distribution is reduced by the amount of the TAX distributions. In the POP10390 table I confirmed it is good before viewing the transaction and refresh the table after bring it up.
Items are non-inventoried. No tax is provided on the line, just at the header level as this is how my client does this currently. And actually, I can replicate the behavior by entering a transaction manually and then clicking the Default button in the Distributions window. That is a button the client never uses as they don't experience this today with their manually processed transactions.
Here is XML from an import. You can see I am sending 1 for USINGHEADERLEVELTAXES
<eConnect xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:xsd="">www.w3.org/.../XMLSchema">
<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>RCT00033513</POPRCTNM>
<PONUMBER>PO16134</PONUMBER>
<ITEMNMBR>2KYAD</ITEMNMBR>
<ITEMDESC>OIL FILTER</ITEMDESC>
<VENDORID>GRAINGER01</VENDORID>
<InventoryAccount>9002-6300</InventoryAccount>
<UNITCOST>8.74</UNITCOST>
<NONINVEN>1</NONINVEN>
<QTYSHPPD>2.000</QTYSHPPD>
<QTYINVCD>2.000</QTYINVCD>
<Purchase_IV_Item_Taxable>1</Purchase_IV_Item_Taxable>
<Purchase_Item_Tax_Schedu>CALIFORNIA</Purchase_Item_Tax_Schedu>
</taPopRcptLineInsert>
<taPopRcptLineInsert>
<POPTYPE>3</POPTYPE>
<POPRCTNM>RCT00033513</POPRCTNM>
<PONUMBER>PO16134</PONUMBER>
<ITEMNMBR>2KYA8</ITEMNMBR>
<ITEMDESC>FUEL FILTER</ITEMDESC>
<VENDORID>GRAINGER01</VENDORID>
<InventoryAccount>9002-6300</InventoryAccount>
<UNITCOST>8.32</UNITCOST>
<NONINVEN>1</NONINVEN>
<QTYSHPPD>2.000</QTYSHPPD>
<QTYINVCD>2.000</QTYINVCD>
<Purchase_IV_Item_Taxable>1</Purchase_IV_Item_Taxable>
<Purchase_Item_Tax_Schedu>CALIFORNIA</Purchase_Item_Tax_Schedu>
</taPopRcptLineInsert>
<taPopRcptLineInsert>
<POPTYPE>3</POPTYPE>
<POPRCTNM>RCT00033513</POPRCTNM>
<PONUMBER>PO16134</PONUMBER>
<ITEMNMBR>19YP70</ITEMNMBR>
<ITEMDESC>SOLDER WIRE</ITEMDESC>
<VENDORID>GRAINGER01</VENDORID>
<InventoryAccount>9002-6300</InventoryAccount>
<UNITCOST>34.37</UNITCOST>
<NONINVEN>1</NONINVEN>
<QTYSHPPD>1.000</QTYSHPPD>
<QTYINVCD>1.000</QTYINVCD>
<Purchase_IV_Item_Taxable>1</Purchase_IV_Item_Taxable>
<Purchase_Item_Tax_Schedu>CALIFORNIA</Purchase_Item_Tax_Schedu>
</taPopRcptLineInsert>
</taPopRcptLineInsert_Items>
<taPopRcptMultiBin_Items xsi:nil="true" />
<taPopRcptLineTaxInsert_Items>
<taPopRcptLineTaxInsert>
<VENDORID>GRAINGER01</VENDORID>
<POPRCTNM>RCT00033513</POPRCTNM>
<TAXDTLID>CALIFORNIA</TAXDTLID>
<TAXTYPE>0</TAXTYPE>
<ACTNUMST>9002-7020</ACTNUMST>
<TAXAMNT>5.65</TAXAMNT>
<TAXPURCH>68.49000</TAXPURCH>
</taPopRcptLineTaxInsert>
</taPopRcptLineTaxInsert_Items>
<taPopRctUserDefined xsi:nil="true" />
<taPopDistribution_Items>
<taPopDistribution>
<POPTYPE>3</POPTYPE>
<POPRCTNM>RCT00033513</POPRCTNM>
<ACTNUMST>9002-6300</ACTNUMST>
<DEBITAMT>68.49000</DEBITAMT>
<DISTTYPE>1</DISTTYPE>
<VENDORID>GRAINGER01</VENDORID>
</taPopDistribution>
<taPopDistribution>
<POPTYPE>3</POPTYPE>
<POPRCTNM>RCT00033513</POPRCTNM>
<ACTNUMST>9002-7020</ACTNUMST>
<DEBITAMT>5.65</DEBITAMT>
<DISTTYPE>5</DISTTYPE>
<VENDORID>GRAINGER01</VENDORID>
</taPopDistribution>
<taPopDistribution>
<POPTYPE>3</POPTYPE>
<POPRCTNM>RCT00033513</POPRCTNM>
<ACTNUMST>0000-2000 </ACTNUMST>
<CRDTAMNT>74.14000</CRDTAMNT>
<DISTTYPE>7</DISTTYPE>
<VENDORID>GRAINGER01</VENDORID>
</taPopDistribution>
</taPopDistribution_Items>
<taAnalyticsDistribution_Items xsi:nil="true" />
<taPopRcptHdrInsert>
<POPRCTNM>RCT00033513</POPRCTNM>
<POPTYPE>3</POPTYPE>
<VNDDOCNM>9825280218</VNDDOCNM>
<receiptdate>03/04/2021</receiptdate>
<BACHNUMB>20210401181537</BACHNUMB>
<VENDORID>GRAINGER01</VENDORID>
<TAXAMNT>5.65</TAXAMNT>
<TAXSCHID>CALIFORNIA</TAXSCHID>
<USINGHEADERLEVELTAXES>1</USINGHEADERLEVELTAXES>
<CREATEDIST>0</CREATEDIST>
</taPopRcptHdrInsert>
<taMdaUpdate_Items xsi:nil="true" />
</POPReceivingsType>
</eConnect>