importstrategy (child of importer)
importstrategy (child of importer)
Specifies how the Import-Export tool resolves conflicts during an import operation. Conflicts occur if the code of the item in the import package matches the code of an item in the destination system.
Possible values are:
Value | Description |
---|---|
INSERT | Only import items that do not exist in the system. |
INSERT_OR_UPDATE | Import items that do not exist in the system and update items that already exist. |
UPDATE | Only update items that already exist in the system. |