Hi all.
I have created a Custom Model-Driven app based on the D365 Sales Hub app. I had to do that so I could disable modules and functions. In my solution, as best practice, I only imported the fields/entities/components that would be customised/used.
I want to enable in my custom app the same modal display that the Default app contains. Please look below.
My app, when I hit the "Appointment" button, for example, drives me to a fullscreen form page:

When using the default solution, it appears in a "pop-up" dialog box:

My question is: How to reproduce the same effect in my custom app?
Thank you,