-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
6
-
Severity 3 - Minor
-
17
Issue Summary
During CSV Imports, reference attribute objects from hierarchical object types, not creating references even when objects are listed during Manual creation.
Steps to Reproduce
- Create a new Schema : License
- Create Parent object type.
- For Parent object type > Select Pass all attributes to child object types.
- Create two child objects types Child1 and Child2
- For object type Child1
- Create new object type : Child1-Child1
- Create a new Object : OBJ1
- Create another Object type under Child1 and name it as Child1-Child2
- Create new object : OBJ2
- For object type Child2
- Create a new object with : Child2-Child1
- Create a new Object : OBJ3
- Create another Object type under Child2 and name it as Child2-Child2
- Create new object : OBJ4
Schema Structure like below

- Create another Schema : User > and Object Type : User
- Create new attribute : License and Enable "Include Children"
- Now create a CSV with below format
Name,License imported,L1||L2||L3
- In import mapping, map License to License and add AQL as below
Label IN (${Licenses${0}})
- Enable the import and run the import.
Expected Results
An object is created with Object reference in the attributes
| Name | License |
|---|---|
| imported | L1, L2, L3 |
Actual Results
An object is created without Object reference.
| Name | License |
|---|---|
| imported | Null |
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available