3
I have the following scenario:
- There are existing products and released products
- I want to import new Products using Data management, Products entity
- I want Data management to skip the update of existing products.
- I need a parameter in the import project that manages if existing records should be updated or instead, they should be skipped and an infolog with the skipped products should be generated.
This is useful in companies with many items and long history data. If there isn't any check by the user or by the system, the existing Products' names will simply be updated with the data in the file whihc is not the desired outcome as the product name of the existing released products will also be updated.
STATUS DETAILS
New