Difference between revisions of "Model-driven commanding"

From Power Wiki
Jump to navigation Jump to search
(Created page with "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.devel...")
 
Line 7: Line 7:
  
 
== Community Content ==  
 
== Community Content ==  
* [https://jukkaniiranen.com/2021/10/clone-records-with-power-fx-custom-command-bar-button/ Clone records with Power Fx & custom command bar button]
+
* [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

Revision as of 12:53, 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