For a web application, I need to get a list or collection of all SalesOrders that meet the folowing criteria:
- Have a WarehouseKey.ID equal to "test", "lucmo" or "Inno"
- Have Lines that have a QuantityToBackorder greater than 0
- Have Lines that have a RequestedShipDate greater than current day.
I've succesfully used these two methods to retrieve documents, but I can't figure out how return only the ones that meet above criteria.
http://msdn.microsoft.com/en-us/library/cc508527.aspx
http://msdn.microsoft.com/en-us/library/cc508537.aspx
Please help!
*This post is locked for comments