I'm trying to retrieve a sales order table based on TxnDate. This is the exact call of the function:
wbsMethodAPI.MethodAPISelect_DataSetV2(Me.CompanyName, Me.Username, Me.Password, "", dsItem, "SalesOrder", "TxnDate, RefNumber, TotalAmount", "TxnDate >= '05/01/2012' AND TxnDate < '05/22/2012'", "", "", "")
The response is:
Failure. There were problems with running the query. Please try again. If this message continues to appear, please contact support.
Moreover, even if the results are retireved - I'm missing MANY of the entries. I'm only getting a partial list of those Sales Orders.
Suggestions?