Hi everyone,
I’m building a details page for an “Approval hub” record and want to show:
- Fields from the parent “Purchase header” (N:1 from Approval hub)
- A list of related “Comments” (N:1 to Approval hub) — this already works as a subgrid
From my “Approval hub” table list, I open a details page (the list passes the Approval hub ID in the query string as `id`).
On the details page, I can render the Approval hub form and the Comments subgrid.
However, I cannot make a second form for “Purchase header” automatically bind to the correct parent record without prompting the user to select the lookup.
Quick view does not work my case, and the Form component control just lets me do this through lookup.
**Desired behavior:** The Approval hub details page should load the “Purchase header” fields , with the user not having to select anything.
Can this only be done with fetchxml and Liquid?
**Tables/Relationships:**
- Purchase header 1 — N Approval hub
- Purchase header 1 — N Purchase line
- Approval hub 1 — N Comment
Many thanks !