USE CASE:
Customer(s) buys items. Sales Order generated for Customer(s) to buy Items.
Items being sold are NOT Inventory Items but are on-demand purchased for re-sale and Drop Shipped.
At close of business each day, the list of Sales Orders needs to be processed to create Purchase Orders w Drop Ship.
*Assumption is there are too many daily Sales Orders to perform this Purchase Order creation and Drop Ship 1 by 1 manually/efficiently.
QUESTION:
Can the above scenario by automated to avoid 1 by 1 Purchase Order creation against Sales Order lines?
P.S. Be kind, I’m new to this
P.P.S. Searching here and elsewhere hasn't yielded a response that I understand or can work with.