SalesInvoiceJournalPost - this is the class triggred when we invoice the sale order
MCRLedgerJournal_CustPayment - this is class for creation of journal in ax 2012 while we do sales invoice, here creation is done by the AX journal classes so only the insert method of the ledgerjournaltrans does not hit.
please note- first journal are posted and then sales order is invoiced
please note while debugging make sure that
tools>>options>>development>>execute business logic is unchecked so that this class will hit.
MCRLedgerJournal_CustPayment - this is class for creation of journal in ax 2012 while we do sales invoice, here creation is done by the AX journal classes so only the insert method of the ledgerjournaltrans does not hit.
please note- first journal are posted and then sales order is invoiced
please note while debugging make sure that
tools>>options>>development>>execute business logic is unchecked so that this class will hit.
No comments:
Post a Comment