Announcements
[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();
}
}
[ExtensionOf(classStr(CustPostInvoiceJob))]
final class CustPostInvoiceJob_Extension
{
public void custPostInvoiceUpdate()
{
next custPostInvoiceUpdate();
//your code ...
}
}
André Arnaud de Cal...
294,069
Super User 2025 Season 1
Martin Dráb
232,858
Most Valuable Professional
nmaenpaa
101,158
Moderator