Can queryEntity be used to query nested CDTs...

Can queryEntity be used to query nested CDTs...

OriginalPostID-131865

OriginalPostID-131865

  Discussion posts and replies are publicly visible

Parents
  • Eduardo, can you please elaborate on this? I have a Parent CDT, with a child CDT of type multiple:

    ParentCDT
    --ChildCDT[Multiple]
    --Field1

    In above scenario, how do I access the data for Field1 for all (or any) instances of the ChildCDT? I am trying to create an entity backed record, but have found no way to access this. The two tables for the two CDTs are linked properly in my DB via a primary key.. but cannot use query rules, cannot use a!queryEntity(), tried local!childCDT.field1[index], no luck. Thank you very much.
Reply
  • Eduardo, can you please elaborate on this? I have a Parent CDT, with a child CDT of type multiple:

    ParentCDT
    --ChildCDT[Multiple]
    --Field1

    In above scenario, how do I access the data for Field1 for all (or any) instances of the ChildCDT? I am trying to create an entity backed record, but have found no way to access this. The two tables for the two CDTs are linked properly in my DB via a primary key.. but cannot use query rules, cannot use a!queryEntity(), tried local!childCDT.field1[index], no luck. Thank you very much.
Children
No Data