KVSKBAExtendedUndoLinesMgt#
Events#
OnBeforeShowObsoleteNotification(Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeShowObsoleteNotification(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAExtendedUndoLinesMgt", 'OnBeforeShowObsoleteNotification', '', false, false)]
local procedure DoSomethingOnBeforeShowObsoleteNotification(var IsHandled: Boolean)
begin
end;
OnBeforeShowObsoleteNotificationSend(Notification) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeShowObsoleteNotificationSend(OboselteNotification: Notification):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAExtendedUndoLinesMgt", 'OnBeforeShowObsoleteNotificationSend', '', false, false)]
local procedure DoSomethingOnBeforeShowObsoleteNotificationSend(OboselteNotification: Notification)
begin
end;
OnBeforeOpenSalesSetup(Notification, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeOpenSalesSetup(OboselteNotification: Notification; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAExtendedUndoLinesMgt", 'OnBeforeOpenSalesSetup', '', false, false)]
local procedure DoSomethingOnBeforeOpenSalesSetup(OboselteNotification: Notification; var IsHandled: Boolean)
begin
end;
OnBeforeOpenPurchaseSetup(Notification, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeOpenPurchaseSetup(OboselteNotification: Notification; var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAExtendedUndoLinesMgt", 'OnBeforeOpenPurchaseSetup', '', false, false)]
local procedure DoSomethingOnBeforeOpenPurchaseSetup(OboselteNotification: Notification; var IsHandled: Boolean)
begin
end;