An implementation team is enhancing the Sales Order Agent for a distributor. When a customer's purchase order requests a quantity that exceeds the available stock for a line item, the operations manager wants the agent to create the order using the available quantity and route the shortfall to a supervisor for manual follow-up, rather than rejecting the whole order. Which configuration achieves this?
Select an answer to reveal the explanation.
Short Explanation
Notice the two things the operations manager actually asked for: get what is available moving right away, and let a person handle the part that is missing. Rejecting the whole order throws away the stock that was ready to ship, and putting everything on hold does basically the same thing by making the customer wait for items that did not need to wait. Quietly swapping in a different product is worse, because now the customer is receiving something they never agreed to order. The configuration that actually threads the needle is one that treats the line item as two pieces, shipping what is on hand immediately and kicking the leftover quantity to a supervisor's queue, which keeps the customer moving forward while still giving a person control over the exception.
Full Explanation
The correct answer is C. The operations manager explicitly wants partial fulfillment rather than an all-or-nothing outcome, so the agent needs to split the affected line item into what can be shipped now and a flagged remainder that a supervisor follows up on manually. Option A is incorrect because rejecting the whole order discards the portion of stock that is available and forces the customer to resubmit, which is the opposite of the partial-fulfillment behavior requested. Option B is incorrect because substituting a different product code changes what the customer ordered without their input or approval, introducing a fulfillment error rather than solving the shortage transparently. Option D is incorrect because placing the entire order on hold delays the items that could ship immediately, again failing to deliver the available quantity now, which was the specific outcome the manager asked for. Splitting the line item so the available quantity proceeds while the shortfall is escalated is the only option that matches both parts of the requirement: partial fulfillment now, human follow-up on the gap.