I created an eConnect integration to match Receipts against Purchase Orders in Dynamics GP. The integration works fine when there is no tax.
But when there is tax I get Error Code 4805 which is "taPopEnterMatchInvHdr, Tax detail amount does not match the header tax amounts, POPRCTNM, TAXAMNT FRTTXAMT MSCTXAMT,"
There is no Freight Tax or Misc Tax.
I'm using these two eConnect stored procedures (from within TIBCO Scribe): taPopRcptHdrInsert and taPopRcpLineInsert
I'm testing with one header record and one detail record. I verified that the Tax Amount is the same in both the header and detail.
Do I also need to use: taPopRcptLineTaxInsert?
We're on version 2018 of Dynamics GP.
Thank you.
-Michael