Difference between revisions of "Model-driven commanding"

From Power Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
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 [https://www.develop1.net/public/rwb/ribbonworkbench.aspx Ribbon Workbench] by Scott Durow.
 
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 [https://www.develop1.net/public/rwb/ribbonworkbench.aspx 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).
+
With [[Power Fx]] it is possible to add new commands without editing the RibbonDiffXml or using Ribbon Workbench, see [[Model-driven commanding with Power Fx]].
  
 
== Microsoft Content ==
 
== Microsoft Content ==
* [https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/commanding-use-powerfx Using Power Fx with commands (preview)]
+
* [https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/customize-commands-ribbon Customize commands and the ribbon]
* [https://powerapps.microsoft.com/en-us/blog/announcing-command-designer-with-power-fx-preview/ Announcing command designer with Power Fx (preview)] Power Apps blog 2021-07-28
 
 
 
== 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.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/clone-records-with-power-fx-custom-command-bar-button/ Clone records with Power Fx & custom command bar button] by Jukka Niiranen 2021-10-09
 

Latest revision as of 10:30, 3 December 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, see Model-driven commanding with Power Fx.

Microsoft Content