can I default the Site/warehouse for a given Ship To? Or even better default the site based on the ship to state? Each of our sites can only deliver to certain state so having this functionality will speed up the sales order entry because right now we need to change the site most of the times when we enter a sales order.
Hijack here,
But how could you override the defaults of the transfer order to allow a user who has access to all sites to be able to select the to Plant… Same goes for PO’s raise a PO and it appears in the site it was created, even if you change the PO header by selecting the Site button (that appears only to change the delivery address).
I’ve used a Post Processing BPM on SalesOrder.MasterUpdate to perform exactly this logic.
You will need to define what logic allows a site to send to a particular state though. A customization to the Site Maintenance with a UD table is often the cleanest route.