Recently, I have encountered difficulties in attempting to use the platform. During a recent test of the tool, we came across an issue with the master-detail usage. In the 2022 tutorials I located, there is a method of connecting the master/detail using the ‘master detail’ function, which is supposedly an option in ‘page properties’ for master detail. However, I am unable to locate this option, as demonstrated in the attached screenshot.
I also attempted to execute via the “Master detail Relations”, here is how it stands:
What I intend to accomplish is as follows: within the tabexpenseheader, I want to add the detail of the tabexpensedetail. Hence, when I add the tabexpenseheader, I should be able to add the tabexpensedetail, a common master-detail relationship.
My primary key in tabexpenseheader is id_expense, which correlates with tabexpensedetail with the foreign key named id_expense.
Essentially, I wish to replicate what this individual has done here: https://youtu.be/uMt46SVYee4?t=170