Can we use VI to place/drop a standard PO that pulls balance from a master PO?

Hi,

We have a lot of master PO's that suppliers ship partials in multiple shipments. Hence we assign a letter to a standard PO for each shipments using the same master PO #. The standard PO draws balance from the master PO (Master/Repeat PO). We are wondering if we can use VI to place a standard PO that pulls balance from a master order.

Thank you in advance.

Parents
  • 0

    You should be able to create a VI import job against PO_PurchaseOrderHeader, use Next on the PurchaseOrderNo, and then set the MasterRepeatingOrderNo field to the value of the master order.  Controlling how much of each line gets drawn may be tricky though as the only way to edit an existing line is to have the LineKey value in the source file and set it using the Replace operation.

Reply
  • 0

    You should be able to create a VI import job against PO_PurchaseOrderHeader, use Next on the PurchaseOrderNo, and then set the MasterRepeatingOrderNo field to the value of the master order.  Controlling how much of each line gets drawn may be tricky though as the only way to edit an existing line is to have the LineKey value in the source file and set it using the Replace operation.

Children
No Data