-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
2
-
Severity 2 - Major
-
Issue Summary
Running an Asset Import with Missing Objects action configured as update and the updated attribute type set as STATUS, the "Updated on" field for the object gets updated on each run.
Steps to Reproduce
- Create an Object Type with one of the attributes as Status type
- Create an Import with at least 2 objects and run it (Run 1).
- Update the Import configuration - in the "Missing Object" configuration select "Update". In the "Attribute to edit" select a Status attribute. In the "New value of attribute to edit" set a valid value if the status attribute. Set Threshold to 0
- Remove a row from the CSV, and run the import again (Run 2). This should set the status attribute to the desired value.
- Wait for 1 min and run the import again (Run 3).
- Go to the activity tab if the missing object (object that was deleted from CSV)
Expected Results
The "Modified" time should show as time of Import run 2.
Actual Results
The "Modified" time shows the time of Import run 3.
Workaround
Use text value attribute as the attribute to be updated for missing objects.