Scenario 1

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

Order type Sequence Hold code
Transfer 10 OK
Transfer 20 QCREQ

Using this configuration, a Transfer order will first try to allocate OK (non-held) product to fill the order quantity. If there is not any OK product, the system allocates product on hold for reason QCREQ.