Scenario 2

A transfer order type can accept product that is OK or on hold requiring QC. The preference is to ship the QC required product if it is available.

Order type Sequence Hold code
Transfer 10 QCREQ
Transfer 20 OK

Using this configuration, a Transfer order first allocates product with a status of QCREQ (because the sequence number is lower). The system then allocates product that has an OK status if open demand still exists to fill the quantity ordered.