I'd like to be able add Purchase Orders to RMS 1.3 via our own vb.NET application.
The purchase orders would be in a 'non-received' state (ie. not sent to the supplier yet)
Not that familiar with RMS database so just wanted to check first.
I would first create an entry in the [PurchaseOrder] table with details about the order. Then I would add each item in the order to the [PurchaseOrderEntry] table using the [PurchaseOrder].[ID] for [PurchaseOrderEntry].[PurchaseOrderID] and obviously each items details ie. ItemID, ItemDescription
Is it that straightforward or am I missing something?
*This post is locked for comments