Configuring the Import and Export service
You can configure an export, an import, and the undo of an import.
- Configuring an export
By setting export properties, you can configure several aspects of your export process. Refer to the API reference documentation for theExportInstructionclass. - Configuring an import
By setting import properties, you can configure several aspects of your import process. Refer to the API reference documentation for theImportInstructionclass for more information. - Configuring an undo of an import
You can use a number of undo properties to configure your undo process to detect whether any imported items have been modified after the import (true by default), and configure the log level for the process. Refer to theUndoInstructionclass to see the configuration options for undo.