Hi All,
I have a requirement to extend both the VendInfoInvoiceLine (found in Pending Vendor Invoice window) and the VendTrans table (found in Open Vendor Invoice window). I have successfully extended both tables with the same field.
My current challenge right now is that the lines in the VendInfoInvoiceLine will move onto the VendTrans table after posting the pending vendor invoices to the open vendor invoices. I was going through the source code and debugging various breakpoints but cannot find good hooks or event handlers to use.
I need to retrieve the value of the field extension I have placed into the VendInfoInvoiceLine table and copy it over to the VendTrans table when the user posts the pending vendor invoice. Thanks for the help!