Hi,
I'm doing an integration which requires creating invoice through code, I'm basically using VendInvoiceInfoTable & VendIncoieInfoLine, and because I add charges to the invoice I need the RecID field from VendInvoiceTrans table to link with the MarkupTrans table and insert in it.
my question here do I need to insert through code in VendInvoiceTrans or just using VendInvoiceInfoTable & VendIncoieInfoLine will automatically insert in VendInvoiceTrans ?
I hope my case is clear enough, Thanks