Hello,
I have the following case:
Parent and child entities. The parent should have a field (physical or calculated) containing the number of the related child records.
The goal is the counter field to be used as a link (to open child entity form), so the child records to be shown. In other words when the user clicks on the parent field value (i.e. 10 as a number of child records) a child entity form/view to be shown visualizing all related child records.
So, what is the best way to achieve this? What should be the field (physical or calculated)?
Regards,
*This post is locked for comments