I'm working on a Purchase Order object and associated child collection of Purchase Order Detail objects.
The PO has a Vendor associated with it, and there are Products that are associated with the Vendor. The
Vendor Products also have information like Max and Min Order Quantities, etc.
What is a good way to validate the PO Detail data (ie Order Quantitiy). How do I get the Vendor ID at the detail level in order to look up the Vendor Product and it's properties. Thanks.
E
Copyright (c) Marimer LLC