Category Archives: Dynamics

Team development for PowerApps

  Team development for Dynamics has always been a little vague topic. To start with, it’s usually recommended to use SolutionPackager – presumably, that helps with the source control since you can unpack solution files, then pack them, then observe how individual components have changed from one commit to another. But what does it really… Read More »

Public Preview of PowerApps Build Tools

  Recently, there was an interesting announcement from the Power Apps Team: https://powerapps.microsoft.com/en-us/blog/automate-your-application-lifecycle-management-alm-with-powerapps-build-tools-preview/ Before I continue, I wanted to quickly summarize the list of Azure DevOps tasks available in this release. Here it goes: PowerApps Tools Installer PowerApps Import Solution PowerApps Export Solution PowerApps Unpack Solution PowerApps Pack Solution PowerApps Set Solution Version PowerApps Deploy… Read More »

Creating a custom PCF control for a subgrid – a few findings so far

When creating a custom PCF control for a subgrid, how do you display “add new item”, “quick find”, and other commands/actions/navigation items which you would normally see accompanying the subgrids on the forms? That’s what I was recently asking in the community forums: https://powerusers.microsoft.com/t5/PowerApps-Component-Framework/PCF-controls-for-specific-subgrid-columns/m-p/304895#M440 Once again, folks from the PCF team have raised to the… Read More »