List of Order Numbers

Discussions related to order tracking development with the ProForm module.

Moderator: Phil Barton

Post Reply
tlyde_LCTMHS
Posts: 8
Joined: Thu Jul 18, 2013 12:21 pm

List of Order Numbers

Post 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
john.morton
Posts: 89
Joined: Wed Nov 16, 2011 11:51 am

Re: List of Order Numbers

Post 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.
Post Reply