Table of Contents

KVSADISetupAndDemoDataPackage

Implements #2b6ee9f5d5ac4624beeed0c03606b396#KVSCOREiDataPackage . Summary: Setup and demo data package for Additional Items.

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.