Skip to content

KVSKBABaseDateTranslateLib#

Events#

OnBeforeOnSalesPostPrepaymentsOnBeforeSalesInvLineInsert(Record Sales Invoice Line, Record Sales Invoice Header, Record Prepayment Inv. Line Buffer, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeOnSalesPostPrepaymentsOnBeforeSalesInvLineInsert(var SalesInvLine: Record "Sales Invoice Line"; SalesInvHeader: Record "Sales Invoice Header"; PrepmtInvLineBuffer: Record "Prepayment Inv. Line Buffer"; CommitIsSuppressed: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBABaseDateTranslateLib", 'OnBeforeOnSalesPostPrepaymentsOnBeforeSalesInvLineInsert', '', false, false)]
local procedure DoSomethingOnBeforeOnSalesPostPrepaymentsOnBeforeSalesInvLineInsert(var SalesInvLine: Record "Sales Invoice Line"; SalesInvHeader: Record "Sales Invoice Header"; PrepmtInvLineBuffer: Record "Prepayment Inv. Line Buffer"; CommitIsSuppressed: Boolean; var IsHandled: Boolean)
begin
end;

OnBeforeOnSalesPostPrepaymentsOnBeforeSalesCrMemoLineInsert(Record Sales Cr.Memo Line, Record Sales Cr.Memo Header, Record Prepayment Inv. Line Buffer, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeOnSalesPostPrepaymentsOnBeforeSalesCrMemoLineInsert(var SalesCrMemoLine: Record "Sales Cr.Memo Line"; SalesCrMemoHeader: Record "Sales Cr.Memo Header"; PrepmtInvLineBuffer: Record "Prepayment Inv. Line Buffer"; CommitIsSuppressed: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBABaseDateTranslateLib", 'OnBeforeOnSalesPostPrepaymentsOnBeforeSalesCrMemoLineInsert', '', false, false)]
local procedure DoSomethingOnBeforeOnSalesPostPrepaymentsOnBeforeSalesCrMemoLineInsert(var SalesCrMemoLine: Record "Sales Cr.Memo Line"; SalesCrMemoHeader: Record "Sales Cr.Memo Header"; PrepmtInvLineBuffer: Record "Prepayment Inv. Line Buffer"; CommitIsSuppressed: Boolean; var IsHandled: Boolean)
begin
end;