Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

A sample XML document that integrates Analytical Accounting information with a General Ledger transaction when you use eConnect for Microsoft Dynamics GP


INTRODUCTION

This article contains a sample XML document that integrates Analytical Accounting information with a General Ledger transaction when you use eConnect for Microsoft Dynamics GP.

↑ Back to the top


More Information

The following sample XML document displays the nodes and elements that are required for the Analytical Accounting information to be integrated successfully with a General Ledger transaction.
<eConnect>
<GLTransactionType>
<taGLTransactionLineInsert_Items>
<taGLTransactionLineInsert>
<BACHNUMB>ECONNECT</BACHNUMB>
<JRNENTRY>9999</JRNENTRY>
<SQNCLINE>16384</SQNCLINE>
<CRDTAMNT>0.00</CRDTAMNT>
<DEBITAMT>100.00</DEBITAMT>
</taGLTransactionLineInsert>
<taGLTransactionLineInsert>
<BACHNUMB>ECONNECT</BACHNUMB>
<JRNENTRY>12004</JRNENTRY>
<SQNCLINE>32768</SQNCLINE>
<CRDTAMNT>100.00</CRDTAMNT>
<DEBITAMT>0.00</DEBITAMT>
</taGLTransactionLineInsert>
<taAnalyticsDistribution_Items>
<taAnalyticsDistribution>
<DOCNMBR>12004</DOCNMBR>
<DOCTYPE>0</DOCTYPE>
<DistSequence>16384</DistSequence>
<aaTrxDim>ECONNECT</aaTrxDim>
<aaTrxDimCode>ECON2</aaTrxDimCode>
</taAnalyticsDistribution>
<taAnalyticsDistribution>
<DOCNMBR>12004</DOCNMBR>
<DOCTYPE>0</DOCTYPE>
<DistSequence>32768</DistSequence>
<aaTrxDim>ECONNECT</aaTrxDim>
<aaTrxDimCode>ECON3</aaTrxDimCode>
</taAnalyticsDistribution>
</taAnalyticsDistribution_Items>
<taGLTransactionHeaderInsert>
<BACHNUMB>ECONNECT</BACHNUMB>
<JRNENTRY>12004</JRNENTRY>
<REFRENCE>January 04 Balances</REFRENCE>
<TRXDATE>1/31/2004</TRXDATE>
<TRXTYPE>0</TRXTYPE>
<SOURCDOC>GJ</SOURCDOC>
</taGLTransactionHeaderInsert>
</GLTransactionType>
</eConnect>

↑ Back to the top


Keywords: kbexpertiseinter, kbexpertiseadvanced, kbmbspartner, kbmbsmigrate, kbhowto, kb

↑ Back to the top

Article Info
Article ID : 933022
Revision : 1
Created on : 1/7/2017
Published on : 7/14/2012
Exists online : False
Views : 115