Proper usage of ProductStoreVendorShipment

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Proper usage of ProductStoreVendorShipment

Bob Morley
Setting up a purchase order for a supplier and I wanted to setup the OrderItemShipGroup's carrier/shipping method based on either history or known supplier preference.  What seemed to be appropriate was the ProductStoreVendorShipment from the model where I could get this setup when the supplier party is created OR populate it when the OrderItemShipGroup is modified on the purchase order (if no preferences have been indiciated).

Does this feel like proper use of the model?  Other than initial entity creation and basic CRUD services/screens there does not seem to be much use of this entity at all.