Announcements
No record found.
[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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 590 Super User 2026 Season 1
Giorgio Bonacorsi 349
Diego Mancassola 263