Hi ,
Is it possible to create a single screen where i can display the records of 2 or more different entities in tree structure?
Thanks
Tejasree
Hi ,
Is it possible to create a single screen where i can display the records of 2 or more different entities in tree structure?
Thanks
Tejasree
Hi @tejasreesatti,
Tree components are hierarchical structures to be used by entities referencing themselves.
In order to use it for different entities, you’ll have to use Entity Inheritance.
There are other possibilities as well, using non-persistent entities, for example (but you’ll need to have a common property referencing the parent record).
Regards,
Peterson.