Difference between revisions of "Model-driven commanding"

From Power Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
== Community Content ==  
 
== Community Content ==  
 
* [https://www.youtube.com/watch?v=fGNKbfZxCj0 First look at Power Fx command buttons for model-driven apps - Power Platform Unpacked #11] by Scott Durow (VIDEO) 2021-07-28
 
* [https://www.youtube.com/watch?v=fGNKbfZxCj0 First look at Power Fx command buttons for model-driven apps - Power Platform Unpacked #11] by Scott Durow (VIDEO) 2021-07-28
 +
* [https://www.develop1.net/public/post/2021/07/25/commandingv2 How to add low-code Power Fx buttons to model-driven apps] by Scott Durow
 
* [https://jukkaniiranen.com/2021/10/find-contact-linkedin-profile-with-power-fx-custom-command-bar-button/ Find contact’s LinkedIn profile with Power Fx & custom command bar button] by Jukka Niiranen 2021-10-21
 
* [https://jukkaniiranen.com/2021/10/find-contact-linkedin-profile-with-power-fx-custom-command-bar-button/ Find contact’s LinkedIn profile with Power Fx & custom command bar button] by Jukka Niiranen 2021-10-21
 
* [https://jukkaniiranen.com/2021/10/clone-records-with-power-fx-custom-command-bar-button/ Clone records with Power Fx & custom command bar button] by Jukka Niiranen 2021-10-09
 
* [https://jukkaniiranen.com/2021/10/clone-records-with-power-fx-custom-command-bar-button/ Clone records with Power Fx & custom command bar button] by Jukka Niiranen 2021-10-09

Revision as of 13:08, 30 November 2021

Traditionally it has been possible to add new "Ribbon buttons" or customize existing buttons / commands to model-driven apps and a popular tool has been the Ribbon Workbench by Scott Durow.

With Power Fx it is possible to add new commands without editing the RibbonDiffXml or using Ribbon Workbench. This is a preview feature (at the time of this writing 2021-11-30).

Microsoft Content

Community Content