Hello,
I have a custom web template that has multiple navigation tabs along the top. This allows the user to click each tab and edit a different entity form all within the same record. For example, my tab URLs looks like this:
- Financing/?id=4a7c3c47-41c1-ee11-a81c-001dd80b762d
- Operatons/?id=4a7c3c47-41c1-ee11-a81c-001dd80b762d
I now need to build a print function that combines all of these in order. My first thought was to build another web template with a structure like this below. My hope was that this would produce a long page rendering all of the tabs/entity forms. This unfortunately does not work and creates a weird nested effect with the forms.
<div class="entity-forms-container">
<div class="entity-form-container">
{% entityform name: 'Financing' %}
{% entityform name: 'Operations' %}
</div>
</div>
Is there another way to create a print function for asingle record spanning across multiple pages? I'm also open to creating a .pdf using power automate or some other means, but felt this might be even more complicated. Please let me know if anyone has suggestions @OliverRodrigues @Lucas001