Consider the following scenario:
- Customer places an order on a website and chooses their shipping method
- Order is injected into Acumatica as a Sales Order. Ship Via exists here.
- At the time of order injection, we determine that it will be fulfilled via DropShip and automatically set the Order Line up accordingly.
- We have Automation that “creates purchase orders” for all of those orders.
Now, a human needs to go and touch every single PO and set a shipping method.
I saw this rejected idea from four years ago:
When we transmit a DropShip PO to a partner, it must include a shipping method. Our partners are shipping 3rd Party on our carrier accounts and we need to specify the class of service. Requiring that value to be set manually when it’s already been determined earlier in the order lifecycle is not at all scalable.
I’m honestly a bit shocked that I’m going to have to develop (or pay for) a customization to handle what truly is a bug.