Navigating through the data relationships between Shipment and Order Release
I need to find out all the Order Releases that are either picked up at or delivered to a given location. I need to separate them into two groups: Delivered to (this is called inbound) and Picked Up (outbound).
What tables would I have to navigate through in order to make these two groups?
What tables would I have to navigate through in order to make these two groups?
0