Hello Everyone,
Can comeone tell me when exactly Ax creates a record in the CustTrans table after posting an invoice for a sale Order
When I create a saleOrder and invoice it, I go to Cutomer transactions, I find a record with the amount that has been invoiced and other information, I need to know which method is called to create that record in CustTrans
I know that SalesFormLetter_Invoice Class is called during the process, but I don't know where I can find the piece of code that inserts into CustTrans.
Thank you for your help.