I want to have the edit screen show all the associated rows of its related table.
There is a link between the "header" and "details" table with a 1:n relationship.
I want to view all the associated rows like below drawing.

Here is my header form currently. I want that associated view (not as a tab) but within the page itself (like above)

Here is the details view

I currently have this set as a form control
<QuickForms><QuickFormIds><QuickFormId entityname="Detail">6ee79240-6bfa-41b8-ab2c-574d877f1fe7</QuickFormId></QuickFormIds></QuickForms>
Where I believe that is the ID of my view. However as you can see it shows an error "source record is not selected"
Any help is appreciated, thank you