The Back Order logic on the Pack Slip only shows the releases that were included in the shipment, but not the others.
To get the Back Order Info, you need to bring all releases from the Order from OrderRel.
I’ve seen it both ways. Either it doesn’t do what you would think it should, or it does things that you don’t think it should. It’s really difficult to produce software that will work for all manufacturing processes.
The beauty of Epicor is it allows customizations to those processes to fit your business.
Thank you, I ended up creating a view/EBAQ and integrating the information into a dashboard where we see list of all order line releases with various filters…
Hi @Samm. I didn’t see this thread until a few minutes ago. Even though you have already created a solution, I wanted to share the attached Scheduled Shipments Tracker dashboard.ScheduledShipmentsTracker.dbd (360.8 KB) As the name implies, the dashboard is an alternative to the Scheduled Shipments Report, and just like the report, it is based on sales order releases. One of the calculated fields is “OurRmngQty”, which represents the backordered quantity that you were originally seeking. If you would be willing to share the dashboard that you created, I would be interested in seeing how you constructed it.
I assume you’re selecting for only open releases but for those who are writing their own, you could get a number on a release closed or voided when you may want zero.
My where condition has ‘Closed’, ‘Shipped’, ‘Invoiced’, you cannot ship a void release. If it is shipped, it means it was not voided at the time and after that, if it gets voided, I think it is irrelevant as it has been shipped already. My query matches each release with combination of all shipped releases. I calculate for all open and closed releases.
I always just look at the fulfillment workbench. It will tell you not only which lines and releases are available to be fulfilled but can tell you how much is remaining to fulfill.