tulip / ppe-logistics

Issue Tracking for PPELogistics.org
2 stars 1 forks source link

Filtering the Demand Manager and Shipment Manager by OrderID #214

Open jackkrooss opened 4 years ago

jackkrooss commented 4 years ago

Like it says....

contextref commented 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.

ianslai commented 4 years ago

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.