Skip to content

Tag: Dataverse

Model-Driven App Trick : How to Hide a Ribbon Button when the Form is Dirty

I recently encountered a requirement on a model-driven app project to display a custom ribbon button only when the form had no unsaved changes—in other words, the button needed to be hidden whenever the form was dirty. While the solution is quite simple, I thought it would be a good…

Finance and Operations Virtual Entity Manager for XrmToolBox

As Microsoft pursues its One Dynamics, One Platform initiative, substantial investments are made to integrate the D365 Finance and Operations suite with the Power Platform and Dataverse. These includes the ability to surface most F&O tables as virtual entities in Dataverse. Bringing full CRUD capabilities, but also opening up the…

How to Generate Dataverse Early-Bound Classes with PAC CLI ModelBuilder

As a Power Platform developer, I have always been a strong advocate for the use of early-bound classes in customization projects that targets Dataverse tables and actions. Early-bound classes not only increase code readability and maintainability, they also significantly reduce the risk of errors. I think that being proficient and…

PCF Control compile error : Cannot find module ‘ajv/dist/compile/codegen’

I was working on a new PCF control project and I encountered an unexpected error when attempting to build the project, even though no custom code had been added yet. (Cannot find module ajv/dist/compile/codegen) For reference, I’m using the latest version (at the time of writing) of the Microsoft Power…

Storybook for PCF Controls – Part 2 : Publish to GitHub Pages

This is the second part of a series on Storybook for PowerApps Component Framework (PCF) controls, where I take one of my community PCF control hosted on Github (CountryPicker.PCF) and implement a Storybook from scratch. While the first post, revolved around the setup and authoring process of the Storybook, this…