-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
3
-
Severity 3 - Minor
Issue Summary
When Import mapping doesn't have required Object Type attribute added to it Importer will create a new object without an error
Steps to Reproduce
- Create Object Type
- Create Integer Attribute with Minimum Cardinality set to 1
- Create CSV import with below as csv file
Name, status abc,1
- Map only Name column to Name attribute
- Enable and run import
Expected Results
Object is not created as it is missing "Required attribute"
Actual Results
New object is created
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available