Skip to content

KVSADVAdvancePlanMgtBase#

Procedures#

CalcAdvancePlanningEntryStatus(Record KVSADVAdvance Planning Entry, Enum KVSADVAdvancePlanningEntryStatus, Text[30]) :#

procedure CalcAdvancePlanningEntryStatus(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; var Status: Enum "KVSADVAdvancePlanningEntryStatus"; var StyleExpr: Text[30]): 

GetUnpostedAdvanceInvoiceBlocksPaymentForCumulativeAdvanceChainErrorMessage() : Text#

procedure GetUnpostedAdvanceInvoiceBlocksPaymentForCumulativeAdvanceChainErrorMessage(): Text

GetUnpostedAdvanceInvoiceExistsForCumulativeAdvanceChainErrorMessage() : Text#

procedure GetUnpostedAdvanceInvoiceExistsForCumulativeAdvanceChainErrorMessage(): Text

Events#

OnAfterUpdateAdvancePaymentPlanAfterPosting(Record KVSADVAdvance Planning Entry, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnAfterUpdateAdvancePaymentPlanAfterPosting(var AdvPmtPlan: Record "KVSADVAdvance Planning Entry"; IsClosingInvoice: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvancePlanMgtBase", 'OnAfterUpdateAdvancePaymentPlanAfterPosting', '', false, false)]
local procedure DoSomethingOnAfterUpdateAdvancePaymentPlanAfterPosting(var AdvPmtPlan: Record "KVSADVAdvance Planning Entry"; IsClosingInvoice: Boolean)
begin
end;

OnBeforeCalcAdvancePlanningEntryStatus(Record KVSADVAdvance Planning Entry, Enum KVSADVAdvancePlanningEntryStatus, Text[30], Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeCalcAdvancePlanningEntryStatus(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; var Status: Enum "KVSADVAdvancePlanningEntryStatus"; var StyleExpr: Text[30]; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvancePlanMgtBase", 'OnBeforeCalcAdvancePlanningEntryStatus', '', false, false)]
local procedure DoSomethingOnBeforeCalcAdvancePlanningEntryStatus(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; var Status: Enum "KVSADVAdvancePlanningEntryStatus"; var StyleExpr: Text[30]; var IsHandled: Boolean)
begin
end;

OnAfterCalcAmountsForAdvancePlanningEntryStatus(Record KVSADVAdvance Planning Entry, Enum KVSADVAdvancePlanningEntryStatus, Text[30], Decimal, Decimal, Decimal, Decimal, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCalcAmountsForAdvancePlanningEntryStatus(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; var Status: Enum "KVSADVAdvancePlanningEntryStatus"; var StyleExpr: Text[30]; AmountClosInvoiced: Decimal; AmountCredit: Decimal; AmountPaid: Decimal; Amount: Decimal; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvancePlanMgtBase", 'OnAfterCalcAmountsForAdvancePlanningEntryStatus', '', false, false)]
local procedure DoSomethingOnAfterCalcAmountsForAdvancePlanningEntryStatus(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; var Status: Enum "KVSADVAdvancePlanningEntryStatus"; var StyleExpr: Text[30]; AmountClosInvoiced: Decimal; AmountCredit: Decimal; AmountPaid: Decimal; Amount: Decimal; var IsHandled: Boolean)
begin
end;

OnAfterCalcNetAmountsCreditForAdvancePlanningEntryByCustLedgerEntry(Record KVSADVAdvance Planning Entry, Record Cust. Ledger Entry, Decimal) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCalcNetAmountsCreditForAdvancePlanningEntryByCustLedgerEntry(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; CustLedgerEntry: Record "Cust. Ledger Entry"; var NetAmountCredit: Decimal): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvancePlanMgtBase", 'OnAfterCalcNetAmountsCreditForAdvancePlanningEntryByCustLedgerEntry', '', false, false)]
local procedure DoSomethingOnAfterCalcNetAmountsCreditForAdvancePlanningEntryByCustLedgerEntry(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; CustLedgerEntry: Record "Cust. Ledger Entry"; var NetAmountCredit: Decimal)
begin
end;

OnAfterCalcNetAmountsCreditForAdvancePlanningEntryByVendorLedgerEntry(Record KVSADVAdvance Planning Entry, Record Vendor Ledger Entry, Decimal) :#

[IntegrationEvent(false, false)]
local procedure OnAfterCalcNetAmountsCreditForAdvancePlanningEntryByVendorLedgerEntry(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; VendorLedgerEntry: Record "Vendor Ledger Entry"; var NetAmountCredit: Decimal): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVAdvancePlanMgtBase", 'OnAfterCalcNetAmountsCreditForAdvancePlanningEntryByVendorLedgerEntry', '', false, false)]
local procedure DoSomethingOnAfterCalcNetAmountsCreditForAdvancePlanningEntryByVendorLedgerEntry(AdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; VendorLedgerEntry: Record "Vendor Ledger Entry"; var NetAmountCredit: Decimal)
begin
end;