Page 1 of 1

List of Order Numbers

Posted: Wed Jul 31, 2013 1:09 pm
by tlyde_LCTMHS
I need to be able to search thru a list of open orders for various information. Is there something in the API that will provide me with a list of order numbers to loop thru or is there a way to programmatically create a temporary lookup table that can contain this information. I think someone else asked this question back in 2010 and I didn't know if things had changed by now.

If there is no way to use the API to get this info, any suggestions??

Thanks

Re: List of Order Numbers

Posted: Mon Aug 26, 2013 11:11 am
by john.morton
Unfortunately, with the current API, things haven't really changed in regards to searching. Searching orders through the API is being improved in the upcoming release.

When you say "search thru a list of open orders" You don't mean that they're physically open in the application, correct? You're talking about searching orders that are basically "in progress" I assume. If this is the case, then what users generally do is run a query directly against the database to get the order numbers they want.