KVSKBAProdOrderCancelMgt#
Obsolete
This Element will be removed or changed with a future Version of the App.
Procedures#
OnRun#
procedure OnRun(Rec: Record "#437dbf0e84ff417a965ded2bb9650972#Production Order")
Events#
OnAfterCheckProdOrder(Record Production Order) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('This event is no longer supported,as long as the object exists (Repleced with Standard Function)', '26.0')]
[IntegrationEvent(false, false)]
local procedure OnAfterCheckProdOrder(ProductionOrder: Record "Production Order"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAProdOrderCancelMgt", 'OnAfterCheckProdOrder', '', false, false)]
local procedure DoSomethingOnAfterCheckProdOrder(ProductionOrder: Record "Production Order")
begin
end;