Asset Import with Reference attributes using hierarchical object types does not create references

XMLWordPrintable

    • 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

      1. Create a new Schema : License
      2. Create Parent object type.
      3. For Parent object type > Select Pass all attributes to child object types.
      4. Create two child objects types Child1 and Child2
      5. For object type Child1
        1. Create new object type : Child1-Child1
        2. Create a new Object : OBJ1
        3. Create another Object type under Child1 and name it as Child1-Child2
        4. Create new object : OBJ2
      6. For object type Child2
        1. Create a new object with : Child2-Child1
        2. Create a new Object : OBJ3
        3. Create another Object type under Child2 and name it as Child2-Child2
        4. Create new object : OBJ4

      Schema Structure like below

      1. Create another Schema : User > and Object Type : User
      2. Create new attribute : License and Enable "Include Children"
      3. Now create a CSV with below format
      Name,License 
      imported,L1||L2||L3
      
      1. 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

              Assignee:
              Nishchal Prakash
              Reporter:
              Arvind Kishore
              Votes:
              5 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated:
                Resolved: