We’re trying to prevent the shipment of unapproved revisions but haven’t received confirmation from our consultants on where to find this setting in the system. Can anyone confirm if this is a system setting or if it requires a BPM? If a BPM is needed, would someone be willing to share theirs? Thank you!
My thought here would be to create a directive where if a line item references an unapproved revision, the sales order is placed on Hold.
You can still create a job… but as long as your “Allow Shipments for Orders on Hold” flag = false (found on Company Config > Materials> Shipping Receiving), it should prevent any such shipments.
I do this on a Shiphead data directive when the pack is going from OPEN to CLOSED. If they can’t close it they can’t ship it.
My conditions are all in code, but if you added a numbers of rows condition with a exception widget it should work.
As @dcamlin and @gpayne are demonstrating, there is no “system setting” that will disallow the shipment of unapproved revisions. Until Kinetic 2023, there wasn’t even a functionality that stored inventory by revision level.
This will require a BPM.
great enhancement
Thank you everyone for sharing your solutions!