How to Clone records in Modern Commanding
In this post, I will demonstrate how to Clone a record using Modern Commanding. This will include Cloning of the primary record in addition to the ability to Clone child records.
In this post, I will demonstrate how to Clone a record using Modern Commanding. This will include Cloning of the primary record in addition to the ability to Clone child records.
Formula Columns have been in Public Preview since September 2022 and are supposed to be released to GA in March 2023 as part of the Power Platform 2022 release wave 2 plan. I have been working with formula columns for some time now, and although in preview have found this to be not only a great substitution to Calculated columns, but also provides much added functionality.
When we need to create Proof of Concepts, test products that we need to implement for our projects and or provide demos to our clients, at many times consultants and even partners use demo environments and products provided by Microsoft (and other organizations) in order to assist them in these cases.
Last week on 10/12 at Microsoft Ignite, Microsoft announced the general availability of Microsoft Power Pages. Microsoft Power Pages joined the Power Platform family of products earlier this year as a standalone product. For those who are familiar with Power Apps Portals, the two products are not in yet in parity, and I assume that in time Power Apps Portals will be phased out and completely replaced by Power Pages.
Have you worked on a project with multiple teams where you need to update the changes from all instances into a single integration instance? There are multiple options for doing this, some manually and some automated, but in this post I will discuss a little hack (using Azure DevOps for deployment) that can be used to deploy the separate solutions into a single solution in the target instance.
Cards for Power Apps are a new way to design and deliver mini-apps to Microsoft Outlook and Microsoft Teams using Power FX/low-code.
Last Friday, September 16th, Microsoft introduced Name Formulas to Power FX. Named Formulas, and old concept that has been part of Microsoft Excel for a long time has now been brough to Power FX (currently experimental only). With Named Formulas we can simplify app initialization, reduce load time and logic and improve overall app maintenance
In late July, Microsoft announced the preview of Dependent Assemblies, which would allow the ability to register individual assemblies, and upload a nuget package that contains both the plugin assembly and the dependent assembly. Previously, the only way this was available was the use of the ILMerge tool to manually merge dependent assemblies.
In late July, Microsoft announced the preview of Dependent Assemblies, which would allow the ability to register individual assemblies, and upload a nuget package that contains both the plugin assembly and the dependent assembly. Previously, the only way this was available was the use of the ILMerge tool to manually merge dependent assemblies.
The Power Platform Tools for Visual Studio provide the ability to quickly create, debug and deploy plugings. There are some other capabilities that are still currently in preview, such as the deployment of custom workflow activities, web resources and other integration components.