KVSKBAIntrastatUpgrade#
Obsolete
This Element will be removed or changed with a future Version of the App.
Events#
OnBeforeUodate(Boolean) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('This event is no longer supported', '26.0')]
[IntegrationEvent(false, false)]
local procedure OnBeforeUodate(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAIntrastatUpgrade", 'OnBeforeUodate', '', false, false)]
local procedure DoSomethingOnBeforeUodate(var IsHandled: Boolean)
begin
end;
OnAfterUpdateData(Boolean) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('This event is no longer supported', '26.0')]
[IntegrationEvent(false, false)]
local procedure OnAfterUpdateData(var IsHandled: Boolean):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAIntrastatUpgrade", 'OnAfterUpdateData', '', false, false)]
local procedure DoSomethingOnAfterUpdateData(var IsHandled: Boolean)
begin
end;