I'm storing a General Journal in GP using eConnect, however the tax details id is not being populated, this is my xml:
<?xml version="1.0" encoding="utf-16"?>
<eConnect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GLTransactionType>
<eConnectProcessInfo xsi:nil="true" />
<taRequesterTrxDisabler_Items xsi:nil="true" />
<taGLTransactionLineInsert_Items>
<taGLTransactionLineInsert>
<BACHNUMB>TEST2</BACHNUMB>
<JRNENTRY>475</JRNENTRY>
<CRDTAMNT>100</CRDTAMNT>
<DEBITAMT>0</DEBITAMT>
<ACTNUMST>8120-0000-FPA</ACTNUMST>
<DSCRIPTN>description for the first line item</DSCRIPTN>
<TAXDTLID>SS20</TAXDTLID>
<TAXAMNT>20</TAXAMNT>
<TAXACTNUMST>8120-0000-FPA</TAXACTNUMST>
</taGLTransactionLineInsert>
<taGLTransactionLineInsert>
<BACHNUMB>TEST2</BACHNUMB>
<JRNENTRY>475</JRNENTRY>
<CRDTAMNT>0</CRDTAMNT>
<DEBITAMT>100</DEBITAMT>
<ACTNUMST>8120-0000-FPA</ACTNUMST>
<DSCRIPTN>Description for the second line item</DSCRIPTN>
<TAXDTLID>SS20</TAXDTLID>
<TAXAMNT>20</TAXAMNT>
<TAXACTNUMST>8120-0000-FPA</TAXACTNUMST>
</taGLTransactionLineInsert>
</taGLTransactionLineInsert_Items>
<taAnalyticsDistribution_Items />
<taGLTransactionHeaderInsert>
<BACHNUMB>TEST2</BACHNUMB>
<JRNENTRY>475</JRNENTRY>
<REFRENCE>payment-004</REFRENCE>
<TRXDATE>06/11/2013</TRXDATE>
<TRXTYPE>0</TRXTYPE>
<SOURCDOC>sourceDocument</SOURCDOC>
</taGLTransactionHeaderInsert>
<taMdaUpdate_Items xsi:nil="true" />
</GLTransactionType>
</eConnect>
Any thoughts? Thanks in advance
*This post is locked for comments