Skip to content

KVSKBAExtendedUndoLinesMgt#

Obsolete

This Element will be removed or changed with a future Version of the App.

Events#

OnBeforeShowObsoleteNotification(Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('The KVSKBAExtendedUndoLines is be replaced by the Microsoft standard. The Event is no longer used', '27.0')]
[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) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('The KVSKBAExtendedUndoLines is be replaced by the Microsoft standard. The Event is no longer used', '27.0')]
[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) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('The KVSKBAExtendedUndoLines is be replaced by the Microsoft standard. The Event is no longer used', '27.0')]
[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) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('The KVSKBAExtendedUndoLines is be replaced by the Microsoft standard. The Event is no longer used', '27.0')]
[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;