Difference between revisions of "Custom Pages"

From Power Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Microsoft Resources ==
 
== Microsoft Resources ==
* [https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/model-app-page-overview/?WT.mc_id=DX-MVP-5003780 Custom Pages Startpage]
+
* [https://docs.microsoft.com/en-us/power-apps/maker/model-driven-apps/model-app-page-overview/?WT.mc_id=DX-MVP-5003780 Custom Pages Startpage]
 
* [https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/page-powerfx-in-model-app Use Power Fx in a custom page for your model-driven app]
 
* [https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/page-powerfx-in-model-app Use Power Fx in a custom page for your model-driven app]
 
* [https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/navigate-to-custom-page-examples Navigating to and from a custom page using client API]
 
* [https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/navigate-to-custom-page-examples Navigating to and from a custom page using client API]
Line 18: Line 18:
 
== Community Resources ==
 
== Community Resources ==
 
=== Videos ===
 
=== Videos ===
 +
* [https://www.youtube.com/watch?v=fL21XV1CIgk How do custom pages change model-driven apps?] by Scott Durow 2022-03-12
 
* [https://docs.microsoft.com/en-us/events/microsoft-power-platform-powerful-devs-conference/custom-pages--pcf-with-diana-birkelbach Custom Pages & PCF with Diana Birkelbach] Powerful Devs conference
 
* [https://docs.microsoft.com/en-us/events/microsoft-power-platform-powerful-devs-conference/custom-pages--pcf-with-diana-birkelbach Custom Pages & PCF with Diana Birkelbach] Powerful Devs conference
 
* [https://www.youtube.com/watch?v=mpGnOLmVLxQ Power Apps - Custom Pages and Commanding] by Daniel Laskewitz
 
* [https://www.youtube.com/watch?v=mpGnOLmVLxQ Power Apps - Custom Pages and Commanding] by Daniel Laskewitz
Line 23: Line 24:
  
 
=== Articles ===
 
=== Articles ===
 +
* [https://crmkeeper.com/2022/08/09/ribbon-button-custom-page-dialog/ Ribbon Button – Custom Page / Dialog] by Thomas Sandsør
 
* [https://joegill.com/custom-pages-multiple-screens/ Custom Pages – Multiple Screens] by Joe Gill 2021-11-29
 
* [https://joegill.com/custom-pages-multiple-screens/ Custom Pages – Multiple Screens] by Joe Gill 2021-11-29
 
* [https://www.develop1.net/public/post/2021/08/08/custom-page-dialog-smart-button Custom page dialogs inside model-driven apps using a Ribbon Workbench smart button] by Scott Durow
 
* [https://www.develop1.net/public/post/2021/08/08/custom-page-dialog-smart-button Custom page dialogs inside model-driven apps using a Ribbon Workbench smart button] by Scott Durow
 
* [https://dianabirkelbach.wordpress.com/2021/10/24/side-panes-custom-pages-implement-a-shopping-cart-in-mda Side Panes & Custom Pages – Implement a Shopping Cart in MDA] by Diana Birkelbach 2021-10-24
 
* [https://dianabirkelbach.wordpress.com/2021/10/24/side-panes-custom-pages-implement-a-shopping-cart-in-mda Side Panes & Custom Pages – Implement a Shopping Cart in MDA] by Diana Birkelbach 2021-10-24
 
* [https://dianabirkelbach.wordpress.com/2021/09/19/send-in-app-notifications-from-custom-pages/ Send In-App Notifications from Custom Pages] by Diana Birkelbach 2021-09-19
 
* [https://dianabirkelbach.wordpress.com/2021/09/19/send-in-app-notifications-from-custom-pages/ Send In-App Notifications from Custom Pages] by Diana Birkelbach 2021-09-19

Latest revision as of 12:12, 26 August 2022

The Custom page is a page type within model-driven apps which combines the power of Canvas apps and model-driven apps.

Use Cases

More flexible UI for model-driven apps. Using external data sources in model-driven apps.

History

Public Preview of Custom Pages was announced on the Power Apps blog on the 27th of July 2021. Four months later Custom Page Runtime was announced as General Available. The history of Custom Pages can be tracked to Microsoft Business Applications Summit 2019. Custom Pages was not mentioned back then, however it was presented how the two app types model-driven apps and Canvas apps in the future will become one and Custom Pages is a step in the direction towards that. Read more about that MBAS announcement in Jukka Niiranen's blog post 2 become 1 UI: PowerApps Roadmap from MBAS

Microsoft Resources

Community Resources

Videos

Articles