We’re exploring using blanket orders with line splits based on Customer Order Nbr. values, and it appears to be working well!
We ran into some odd behavior: when creating a sales order with the REST API (using the /SalesOrder endpoint), we’ve observed that the value specified in the a detail line’s CustomerOrderNbr field is apparently discarded in the generated order whenever that line’s OrderQty is greater than one.
This does not seem to happen when creating orders using the web UI; only with API-created orders.
Is this expected? Anyone have suggestions for how to troubleshoot? Thanks again!