I have a business object which represents inventory items. ItemNumber, Description, Quantity...etcI want to update the quantity field for all item numbers with a value from other field related table/business object. What's the best way to do this...