Hi All
I am trying to post Bank Transaction Entry from .NET application to GP through eConnect.
After posting and querying in SQL Server on CM 20200 table, I am able to fetch data, which I posted, but i'm not sure that this posting will complete the Bank Transaction Entry process.
Please let me know if I missed any thing.
XML schema I used is as below,
<eConnect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BRBankTransactionType>
<eConnectProcessInfo xsi:nil="true" />
<taRequesterTrxDisabler_Items xsi:nil="true" />
<taBRBankTransactionDist_Items>
<taBRBankTransactionDist>
<Option>1</Option>
<ACTNUMST>XYZ</ACTNUMST>
<CRDTAMNT>20</CRDTAMNT>
</taBRBankTransactionDist>
</taBRBankTransactionDist_Items>
<taAnalyticsDistribution_Items xsi:nil="true" />
<taBRBankTransactionHeader>
<Option>1</Option>
<TRXDATE>05/20/2016</TRXDATE>
<CHEKBKID>ABC</CHEKBKID>
<CMTrxNum>0000000001</CMTrxNum>
<TRXAMNT>20</TRXAMNT>
</taBRBankTransactionHeader>
</BRBankTransactionType>
</eConnect>
Thank You ,
Jaswanth