[IntegrationEvent(false, false)]
local procedure OnCreateLineOnBeforePurchLineModify(var PurchLineVar: Record "Purchase Line"; ReqLinePar: Record "Requisition Line"; PurchHeaderPar: Record "Purchase Header"):
[EventSubscriber(ObjectType::Report, Report::"KVSKBACreateQuoteRequests", 'OnCreateLineOnBeforePurchLineModify', '', false, false)]
local procedure DoSomethingOnCreateLineOnBeforePurchLineModify(var PurchLineVar: Record "Purchase Line"; ReqLinePar: Record "Requisition Line"; PurchHeaderPar: Record "Purchase Header")
begin
end;
[IntegrationEvent(false, false)]
local procedure OnCreateLineOnAfterPurchLineModify(var PurchLineVar: Record "Purchase Line"; ReqLinePar: Record "Requisition Line"; PurchHeaderPar: Record "Purchase Header"):
[EventSubscriber(ObjectType::Report, Report::"KVSKBACreateQuoteRequests", 'OnCreateLineOnAfterPurchLineModify', '', false, false)]
local procedure DoSomethingOnCreateLineOnAfterPurchLineModify(var PurchLineVar: Record "Purchase Line"; ReqLinePar: Record "Requisition Line"; PurchHeaderPar: Record "Purchase Header")
begin
end;
[IntegrationEvent(false, false)]
local procedure OnBeforeCreateLine(RequisitionLine: Record "Requisition Line"; PurchaseHeader: Record "Purchase Header"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Report, Report::"KVSKBACreateQuoteRequests", 'OnBeforeCreateLine', '', false, false)]
local procedure DoSomethingOnBeforeCreateLine(RequisitionLine: Record "Requisition Line"; PurchaseHeader: Record "Purchase Header"; var IsHandled: Boolean)
begin
end;