KVSBDECompanyInit#
Events#
OnAfterInitDACHReportSelection() :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('The DACH reports have been moved to the standard report selection, so the Event OnAfterInitReportSelection in KVSKBACompanyInitFramework can be used', '25.0')]
[IntegrationEvent(false, false)]
local procedure OnAfterInitDACHReportSelection():
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSBDECompanyInit", 'OnAfterInitDACHReportSelection', '', false, false)]
local procedure DoSomethingOnAfterInitDACHReportSelection()
begin
end;