Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a little help with eConnect

Status
Not open for further replies.

chuckplayer

Programmer
Jun 21, 2010
1
US
I'm trying to use eConnect to get a list of Payables Transactions and the Distribution (content of Payables Transactions Entry Zoom and Payables Distribution Zoom windows) and have been unsuccessful at finding the right way to do this. I'm calling eConnect.eConnect_Requester and passing the following XML Request (this returns the Payables transactions but NOT the distribution).

var requestBody = @"<DOCTYPE>Payables_History_Transaction</DOCTYPE><OUTPUTTYPE>2</OUTPUTTYPE><FORLOAD>0</FORLOAD><FORLIST>1</FORLIST><ACTION>0</ACTION>";
requestBody += @"<WhereClause>DOCDATE >= '" + docDate + @"'</WhereClause>";

I'm using C#.lback
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top