Hello
I'm trying to build a Blazor app that's fully integrated with Business Central, and I would like to know whether the following is possible:
I've used a control add-in to display my Blazor app in a Business Central page. Now I would like to be able to open the card page of a specific Business Central document directly from this blazor application (while operating inside the iframe of the control-addin). The card page should appear like any other BC page, so: on top of the current page (featuring my blazor app).
Could anyone tell me how this can be done?
Thanks!