Replies: 2 comments 8 replies
-
Hi @jsboige - your question is described so generically that I have no idea what you mean 😂 Can you give an example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If I understand you correctly, you already have the data in a multi-level tree in the entities, and you are asking how to access these children and grandchildren in code for display or use in LINQ. Is this correct? So something like
Is this correctly describing your need? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a hierarchy of entities with a child->parent.Guid field to implement a m-1 relationship, what is the best approach to retrieve computed fields, namely ancestor parents of level 1-->3, and have them readily available together with other entity fields?
Are DataType: "Entity", and Data-input "Query-based entity" a good pick for those fields?
Beta Was this translation helpful? Give feedback.
All reactions