As I work through our R3 implementation, I'm curious if anyone has any suggestions on how to implement this requirement: If a sales order has multiple lines, and at least one line is not available, the entire order should not be allowed to generate a picking list until everything is available *OR* a user-defined number of days have passed.
For example, let's say the user-defined number of days is 5...
S/O number 1 is created with two lines, where line 1 is available and line 2 is not. Nothing ships for 5 days, and then line 1 ships. (Line 2 ships when it arrives some time later.)
S/O number 2 has the same setup. Nothing on the order ships right away, but line 2 arrives two days later and then the entire order ships.
Does anyone know if this can be accomplished with R3 out-of-the-box? If not, do you know of any ISV solutions that can implement this?
(Note: The reason for this requirement is to limit the number of orders that ship in multiple boxes so that our outbound small-parcel shipping costs are minimized.)
Thanks in advance for any advice or suggestions.
Daniel J. Zook