Skip to content

KVSFCYRequisitionSubscriber#

Events#

OnBeforeCarryOutActionMessagePlan(Record Requisition Line, Boolean) :#

Summary: Event before carrying out action message in planning.

[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;

Parameters:

  • RequisitionLine: The requisition line to process.
  • IsHandled: Whether the event is handled.