we are trying to import SOP invoices using econnect and are getting the following error when trying to bring in manual distributions for each line item: Procedure or function 'taSopDistribution' expects parameter '@I_vSOPTYPE', which was not supplied.
OUr XML seems to look OK and has the SOPTYPE for invoice
-<taSopDistribution>
<SOPTYPE>3</SOPTYPE>
<SOPNUMBE> 220,583</SOPNUMBE>
<DISTTYPE>1</DISTTYPE>
<ACTNUMST>000-4100-00</ACTNUMST>
<CRDTAMNT>1303.78</CRDTAMNT>
<CUSTNMBR>3253</CUSTNMBR>
</taSopDistribution>
-<taSopDistribution>
<SOPTYPE>3</SOPTYPE>
<SOPNUMBE>220,583</SOPNUMBE>
<DISTTYPE>2</DISTTYPE>
<ACTNUMST>000-1200-00</ACTNUMST>
<DEBITAMT>1303.78</DEBITAMT>
<CUSTNMBR>3253</CUSTNMBR>
</taSopDistribution>
Can someone help? THanks!
*This post is locked for comments
I would try removing the comma from your sop number, see if that helps.
Hi Ranjit Charles,
This is first time am answering in this forum try the followed one,
when you creating the following object array Use exact count value of the distribution.
taSopDistribution_ItemsTaSopDistribution[] Object = new taSopDistribution_ItemsTaSopDistribution[---------Use exact count value of the distribution(<taSopDistribution>)------- ]
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