Retrieving Related Record Type Fields using a!selectionFields

Hi,

As the title says, I'm trying to retrieve all fields of a record type and its related record types in a query using a!selectionFields.

I have the following hierarchy

  • Produktbeschreibung (Prroduct Description)
    • Konzept (Concept) as (one-to-many)
      • [several other types, such as related risks]

My problem now is, that using the following expression:

I get all fields that are directly related to Produktbeschreibung and Konzept, but not the data for the related record types under Konzept. I'm suspecting that selection fields cannot drill down more than one relationship at a time. If that is correct, is there any way, I could get the data for the nested ralationships in a way such that I can retrieve the full record?

  Discussion posts and replies are publicly visible