If MyBO.MoveFirst() Then Do '-- Set the appropriate value for the inventory here While MyBO.MoveNext()End If
I 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...