Skip to content

KVSADVInitializationMgtPurch#

Obsolete

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

Events#

OnAssignReportIDForAdvanceDocumentReportSelection(Option, Integer) :#

Obsolete

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

[Obsolete('Replaced by Event OnSuggestReportIDForAdvanceDocumentReportSelection in Codeunit KVSADVSetupAssistantHandler', '19.1')]
[IntegrationEvent(false, false)]
local procedure OnAssignReportIDForAdvanceDocumentReportSelection(UsageType: Option; var ReportID: Integer): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVInitializationMgtPurch", 'OnAssignReportIDForAdvanceDocumentReportSelection', '', false, false)]
local procedure DoSomethingOnAssignReportIDForAdvanceDocumentReportSelection(UsageType: Option; var ReportID: Integer)
begin
end;