[ExtensionOf(classStr(CustPostInvoiceJob))] final class CustPostInvoiceJob_Extension { public void custPostInvoiceUpdate() { next custPostInvoiceUpdate(); //your code ... } }
[ExtensionOf(classStr(CustPostInvoice))] final class CustPostInvoice_ADSEInvoice_Extension { protected void postCustInvoice(CustInvoiceJour _custInvoiceJour, LedgerVoucher _ledgerVoucher, boolean _creditNote, NumberSeq _numberSeq) { next postCustInvoice(_custInvoiceJour, _ledgerVoucher, _creditNote, _numberSeq); ads_EInvoiceTable eInvTable; eInvTable.ads_InvoiceId = _custInvoiceJour.InvoiceId; eInvTable.ads_ConsolidateEInvCheckbox = _custInvoiceJour.ads_ConsoEInvCheckbox; eInvTable.ads_SubmissionStatus = _custInvoiceJour.ads_SubmissionStatus; eInvTable.insert(); } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,028
André Arnaud de Cal... 878 Super User 2025 Season 2
Sohaib Cheema 579 User Group Leader