Skip to content

KVSPSAADVKBAGLSubscriber#

Events#

KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToPurchaseAdvInvoiceLine(Record KVSADVAdvance Planning Entry, Record Purchase Line, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToPurchaseAdvInvoiceLine(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; PurchaseLine: Record "Purchase Line"; TotalLine: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAADVKBAGLSubscriber", 'KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToPurchaseAdvInvoiceLine', '', false, false)]
local procedure DoSomethingKVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToPurchaseAdvInvoiceLine(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; PurchaseLine: Record "Purchase Line"; TotalLine: Boolean; var IsHandled: Boolean)
begin
end;

KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToSalesAdvInvoiceLine(Record KVSADVAdvance Planning Entry, Record Sales Line, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToSalesAdvInvoiceLine(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; SalesLine: Record "Sales Line"; TotalLine: Boolean; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAADVKBAGLSubscriber", 'KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToSalesAdvInvoiceLine', '', false, false)]
local procedure DoSomethingKVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocLineToSalesAdvInvoiceLine(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; SalesLine: Record "Sales Line"; TotalLine: Boolean; var IsHandled: Boolean)
begin
end;

KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToPurchaseAdvInvoice(Record KVSADVAdvance Planning Entry, Record KVSADVAdvanceChain, Record Purchase Header, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToPurchaseAdvInvoice(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; KVSADVAdvanceChain: Record "KVSADVAdvanceChain"; var PurchaseHeader: Record "Purchase Header"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAADVKBAGLSubscriber", 'KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToPurchaseAdvInvoice', '', false, false)]
local procedure DoSomethingKVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToPurchaseAdvInvoice(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; KVSADVAdvanceChain: Record "KVSADVAdvanceChain"; var PurchaseHeader: Record "Purchase Header"; var IsHandled: Boolean)
begin
end;

KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToSalesAdvInvoice(Record KVSADVAdvance Planning Entry, Record KVSADVAdvanceChain, Record Sales Header, Boolean) :#

[IntegrationEvent(false, false)]
local procedure KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToSalesAdvInvoice(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; KVSADVAdvanceChain: Record "KVSADVAdvanceChain"; var SalesHeader: Record "Sales Header"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAADVKBAGLSubscriber", 'KVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToSalesAdvInvoice', '', false, false)]
local procedure DoSomethingKVSPSAADVOnBeforeTransferExtendedTextsFromSourceDocToSalesAdvInvoice(KVSADVAdvancePlanningEntry: Record "KVSADVAdvance Planning Entry"; KVSADVAdvanceChain: Record "KVSADVAdvanceChain"; var SalesHeader: Record "Sales Header"; var IsHandled: Boolean)
begin
end;