KVSFCYMakeEDSupplyOrdersYesNo#
Procedures#
OnRun#
procedure OnRun(Rec: Record "#437dbf0e84ff417a965ded2bb9650972#Requisition Line")
TransferFromReqLineToPurchLine(Record Requisition Line, Record Purchase Line, Boolean) :#
procedure TransferFromReqLineToPurchLine(var reqLineVar: Record "Requisition Line"; var purchOrderLineVar: Record "Purchase Line"; edProcessPar: Boolean):
DeleteReserveEDOrderComp(Record Requisition Line) :#
procedure DeleteReserveEDOrderComp(var reqLineSourceVar: Record "Requisition Line"):
UpdateEDProdOrderLine(Record Requisition Line, Record Prod. Order Line) :#
procedure UpdateEDProdOrderLine(var reqLineSourceVar: Record "Requisition Line"; var prodOrderLineToPlanVar: Record "Prod. Order Line"):
UpdateEDProdOrderLineStructure(Record Prod. Order Line) :#
procedure UpdateEDProdOrderLineStructure(var prodOrderLineVar: Record "Prod. Order Line"):
Events#
OnBeforeCarryOutActionMsgPlanRun(Record Requisition Line, Report KVSFCYCarryOutActionMsgPlan) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeCarryOutActionMsgPlanRun(var ReqLine: Record "Requisition Line"; var CarryOutActionMsgPlan: Report "KVSFCYCarryOutActionMsgPlan"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSFCYMakeEDSupplyOrdersYesNo", 'OnBeforeCarryOutActionMsgPlanRun', '', false, false)]
local procedure DoSomethingOnBeforeCarryOutActionMsgPlanRun(var ReqLine: Record "Requisition Line"; var CarryOutActionMsgPlan: Report "KVSFCYCarryOutActionMsgPlan")
begin
end;