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.
Summary: Called before the obsolete notification is shown.
[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):
Parameters:
IsHandled: Set to true to indicate that the event has been handled and skip the default behavior of showing the obsolete notification.
Remarks: This event is raised before the obsolete notification is shown. It allows subscribers to handle the event and prevent the notification from being displayed.
OnBeforeShowObsoleteNotificationSend(Notification) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Called before the obsolete notification is sent.
[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):
Parameters:
OboselteNotification: The notification that will be sent to the user; can be modified by the subscriber.
Remarks: This event is raised before the obsolete notification is sent. It allows subscribers to modify the notification or handle the event.
OnBeforeOpenSalesSetup(Notification, Boolean) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Called before the Sales Setup page is opened.
[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):
Parameters:
OboselteNotification: The notification that will be displayed to the user; can be modified by the subscriber.IsHandled: Set to true to indicate that the event has been handled and skip the default behavior of opening the Sales Setup page.
Remarks: This event is raised before the Sales Setup page is opened. It allows subscribers to modify the notification or handle the event.
OnBeforeOpenPurchaseSetup(Notification, Boolean) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Called before the Purchase Setup page is opened.
[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):
Parameters:
OboselteNotification: The notification that will be displayed to the user; can be modified by the subscriber.IsHandled: Set to true to indicate that the event has been handled and skip the default behavior of opening the Purchase Setup page.
Remarks: This event is raised before the Purchase Setup page is opened. It allows subscribers to modify the notification or handle the event.