Is there any way to get a report of a successful import?
When something is wrong i will get the option to se report. But now i managed to create a new product without knowing what new product i have created.
Litium version: [8.3]
Is there any way to get a report of a successful import?
When something is wrong i will get the option to se report. But now i managed to create a new product without knowing what new product i have created.
Litium version: [8.3]
You have the import sheet already and if all green then there were no issues and all got created. Did you experience something else when you got all green?
Otherwise you can create a date field and add DateTime on creation with a prevalidation rule and then you can filter on that in BO.
Yes i have the sheet, but in this case i did’nt want to create any new products. So something in my sheet was faulty but i cant know what.
Ill try the DateTime field. That sounds like a easy fix for my problem. And that can solve som other problems to
Do i need to set the prevalidation rule in code? Or is it something i can config in the system?
Yes in code on creation.
A rule like this that modifying the base product or variant when it should be updated will make the entity always to be updated even if no other data is changed so I can’t recommend to have that in a production environment except to find issues.
Another approach without adding any code can be to query the [Auditing].[AuditSummary] table in database to see what entity that have been created during the time that import was executed.
The idea is to put it on create not update.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.