Are you writing custom code and the insert on VendInvoiceInfoLine isn't getting triggered? Or is it product code that doesn't call the VendInvoiceInfoLine.insert()? If it's product code, it might have been calling either doinsert() on VIIL or it might be using setbased operations to insert data in VendInvoiceInfoLine table.
↧