Skip to content

KVSADVCustAdvanceLedgerEntries#

Procedures#

GetCVLedgEntry(Record Cust. Ledger Entry) :#

procedure GetCVLedgEntry(var CVLedgEntry: Record "Cust. Ledger Entry"): 

Events#

OnAfterCalcPaidNotComplClosedAmt(Record Cust. Ledger Entry, Decimal, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCalcPaidNotComplClosedAmt(var Rec: Record "Cust. Ledger Entry"; var KVSADVPaidNotComplClosedAmt: Decimal; var KVSADVPaintPaidNotComplClosedAmt: Boolean): 
[EventSubscriber(ObjectType::Page, Page::"KVSADVCustAdvanceLedgerEntries", 'OnAfterCalcPaidNotComplClosedAmt', '', false, false)]
local procedure DoSomethingOnAfterCalcPaidNotComplClosedAmt(var Rec: Record "Cust. Ledger Entry"; var KVSADVPaidNotComplClosedAmt: Decimal; var KVSADVPaintPaidNotComplClosedAmt: Boolean)
begin
end;