PO Receipt Detail Script to match QtyInv to QtyRec

SOLVED

I'm trying to get the QuantityInvoiced to change to whatever the QuantityReceived is for each line item on Receipt Of Invoice Entry. 

Probably a button script. I have plenty of scripts in place, but I've never written one to cycle through each line. Any tips on how to accomplish this?

Parents Reply
  • 0 in reply to Kevin M

    I believe checking that the ReceiptType is equal to "I" would be fine for filtering for just entries done under Receipt of Invoice Entry but cause it to miss entries done under Receipt of Goods Entry that have an invoice number entered.  If the goal is to match the quantity invoiced to the quantity received, then checking the InvoiceNo field for a value that is not blank would work better.

Children