How to create a view page that displays all attributes from two related records?
I have created two tables: the employee table as master data and the position table. In this case, I want to create an employee detail page that displays all attributes from both tables.
1 Reply
What is the relation? If position belongs to employee can’t you just do ‘position.name’ (if the view page is on the employee resource)?