the order object is missing information on for instance orderState example:
Order o = new Order(_orderID);if (o.StateID == "OS3")
Works, however if you wanna use o.OrderState.Name its empty cause o.OrderState is completely empty, why is this?
You must be logged in to post in the forum