KVSFCYRequisitionSubscriber#
Events#
OnBeforeCarryOutActionMessagePlan(Record Requisition Line, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCarryOutActionMessagePlan(var RequisitionLine: Record "Requisition Line"; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYRequisitionSubscriber", 'OnBeforeCarryOutActionMessagePlan', '', false, false)]
local procedure DoSomethingOnBeforeCarryOutActionMessagePlan(var RequisitionLine: Record "Requisition Line"; var IsHandled: Boolean)
begin
end;