Open jackkrooss opened 4 years ago
Good news! Based on some experiments I did, if the names of the output fields in the function are the same, then new variables don't need to be introduced. So filtering may not be as hard. We just need to introduce new variants of the list query functions with an optional input of order id to filter on.
This is implemented, though not yet published; I tested the Demand Manager more thoroughly than the Shipment Manager since we don't have enough shipments in the Dev data to go past page 1. But in theory filtering should work equally well on both.
Like it says....