I'm trying to create a GP receivables using taRMTransaction with a custom distribution. I've created the taRMDistribution nodes and set CREATEDIST = 0 but still get the default distribution. I've created payables credit memos with distribution with no problems. Below is the XML I'm trying to post. Any help would be appreciated.
<?xml version="1.0" encoding="utf-8"?>
<eConnect xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RMTransactionType>
<eConnectProcessInfo xsi:nil="true" />
<taUpdateCreateCustomerRcd xsi:nil="true" />
<taCreateCustomerAddress_Items xsi:nil="true" />
<taRMCommissions_Items xsi:nil="true" />
<taRMTransactionTaxInsert_Items xsi:nil="true" />
<taRMDistribution_Items>
<taRMDistribution>
<RMDTYPAL>5</RMDTYPAL>
<DOCNUMBR>C29 121212 </DOCNUMBR>
<CUSTNMBR>TESTCUST</CUSTNMBR>
<DISTTYPE>3</DISTTYPE>
<ACTNUMST>12000</ACTNUMST>
<DEBITAMT>900.0000</DEBITAMT>
</taRMDistribution>
<taRMDistribution>
<RMDTYPAL>5</RMDTYPAL>
<DOCNUMBR>C29 121212 </DOCNUMBR>
<CUSTNMBR>TESTCUST</CUSTNMBR>
<DISTTYPE>20</DISTTYPE>
<ACTNUMST>23200</ACTNUMST>
<CRDTAMNT>900.0000</CRDTAMNT>
</taRMDistribution>
</taRMDistribution_Items>
<taRMTransaction>
<RMDTYPAL>5</RMDTYPAL>
<DOCNUMBR>C29 121212 </DOCNUMBR>
<DOCDATE>2012/09/19</DOCDATE>
<BACHNUMB>RT017 09/19/12T</BACHNUMB>
<CUSTNMBR>TESTCUST</CUSTNMBR>
<DOCAMNT>900.0000</DOCAMNT>
<SLSAMNT>900.0000</SLSAMNT>
<DOCDESCR>Test RMTransaction</DOCDESCR>
<DUEDATE>2012/09/19</DUEDATE>
<CREATEDIST>0</CREATEDIST>
</taRMTransaction>
<taMdaUpdate_Items xsi:nil="true" />
</RMTransactionType>
</eConnect>
Dean
*This post is locked for comments
Did you solve this problem?
There was no error thrown. It created the receivables fine,it just used the default GL distribution rather the custom one that I was trying to create.
Dean,
what was error eConnect throw? Did you check eConnect event viewer to get more details?
Thanks
Sandip
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156