KVSADISetupAndDemoDataPackage
Implements #2b6ee9f5d5ac4624beeed0c03606b396#KVSCOREiDataPackage .
Events
OnBeforeDemoDataImportOnAutomatedImport(Boolean, Boolean) :
Summary: This event is raised before the demo data import on automated import.
[IntegrationEvent(false, false)]
local procedure OnBeforeDemoDataImportOnAutomatedImport(var result: Boolean; var isHandled: Boolean):
Parameters:
result: Returns true if the import was successful, false otherwise.isHandled: If set to true, the default import logic will not be executed.
OnBeforeSetupDataImportOnAutomatedImport(Boolean, Boolean) :
Summary: This event is raised before the setup data import on automated import.
[IntegrationEvent(false, false)]
local procedure OnBeforeSetupDataImportOnAutomatedImport(var result: Boolean; var isHandled: Boolean):
Parameters:
result: Returns true if the import was successful, false otherwise.isHandled: If set to true, the default import logic will not be executed.