Hi, I am trying to create a advanced html template that displays data in the corresponding form along with the data that is only available in a drilldown(hyperlink). Is this possible? To add a little context, I am editing the template for grouped invoices to also show details present in the individual invoices. I can access the invoice number in the invoice group like record.invoice_details.invoicenum
but I want to get the data under this invoice which can be accessed like record.item.item_display
if I am in the invoice drilldown screen. So I am looking for something like record.invoice_details.invoicenum.item_display
where I start at the invoice group and make my way down to the invoice items.