Hello,
I have a requirement where I need to create sales orders with sales lines which are potentially have a direct delivery. However, the purchase order linked to the sales line (which is usually created automatically when creating the sales line must not be created automatically. I initialized the SalesLine properly and called the method createLine(). However, the purchase order is being created automatically. Is it possible to skip the purchase order creation step?