Hello everyone,
We have requirement to show a custom page on a button click and we developed the same in dev instance and is opening on button click.
Problem
After the managed solution deployment the custom page is not visible in the MDA of the targe environment.
Steps followed.
Added the custom page to Model driven application using App Designer and the page is should not be visible on the sitemap so just unchecked while adding the page.
used the following to show the page Navigating to and from a custom page in your model-driven app using client API - Power Apps | Microsoft Learn
Exported the solution as managed and imported to target, tried both (Solution Update and Upgrade)
Verified:
The custom page is not added to the MDA and is also not opening on button click.
verified there are no unmanaged customizations for MDA on the target environment using solution layers.
Observation:
When we imported the solution as unmanaged solution to a different instance, the page is added to MDA and is opening on button click.
Question:
What could be the issue? Why is the page not added to the MDA in target instance?
Thanks