Hi,
I'm a little confused... How to change CustInvoiceJour record values before posting an invoice from all sales orders form?
There was SalesFormLetter_Invoice.initJournal() method in AX2009 that invoked CustInvoiceJour.initFromSalesTable() method. Using initFromSalesTable record values could be changed...
Even Though initFromSalesTable() method still exist it does't get invoked fo from SalesFormLetter_Invoice.
How I can change CustInvoiceJour buffer values before inserting it to the table.