Enter purchase order received quantity by code
- by user733916
In purchase order form - Line - Tab Quantity, there is Received, Delivery Reminder and Ordered.
I want to be able to entry those field by X++ code, because currently our company still entry data into old system.
I can retrieve the arrival purchase order goods data from that old system, then I want to entry those retrieved data by code into Axapta.
What table and field should I consider when doing that?
What functions available to easily update each PO lines received quantity?
Sample Code is nice.