Subentity deletion on import now supports error mode 'Tolerant'

Subentity deletion on import now supports error mode 'Tolerant'

It is now possible to use the existing "subentity deletion on import" feature which makes it possible to replace existing data in the system with the content of an import file, in combination with the error mode 'Tolerant'.
In the past, only the 'Restrictive' mode was supported, which rejected the row on detection of any error in the data. Tolerant enables to import as much as possible data, even if some data cannot be imported due to invalid values.
It is required to enable the 'Tolerant' mode for subentity deletion in the server's
plugin_customization.ini.
By default, only the error mode 'Restrictive' is still enabled.
plugin_customization.ini
# Allows using error mode 'Tolerant' in case an import mapping has a sub entity deletion configuration defined. # Not enabling the error mode 'Tolerant' prevents possible unintentional deletion of data. # The error mode 'Tolerant', if enabled here, will delete sub entities if there is no properly qualified import data for a respective sub entity which is marked for deletion. # Boolean value, default is false com.heiler.ppm.importer5.core/importer.subEntityDeletion.allowTolerantMode = false

0 COMMENTS

We’d like to hear from you!