PCF Controls – Useful Webpack Plugins
In my last post I explained how to enable custom webpack configurations in a PowerApps Control Framework project. I also showed how to generate the source-map file of the generated PCF bundle. PCF controls – Custom Webpack configurations To continue on this track and push things a little further, I…
The post PCF Controls – Useful Webpack Plugins appeared first on It Must Be Code! .
Published on:
Learn moreRelated posts
PCF Controls Tips & Tricks: How to Bundle and Resolve Static JSON Files
JSON files are one of the most common and convenient ways to store structured data. They’re lightweight, human-readable, and easy to parse in ...
PCF Controls Tips and Tricks : How to skip Linting at Build-Time
Have you ever been unable to properly build a PCF control because of linting errors? Well, lately I have, and it can get really frustrating. E...
PCF Controls Tips & Tricks : How to detect Authoring Mode
When you configure a PCF control on a Dataverse model-driven app, the form designer will try to render the control even though it’s not ...
How to Create Deep Links to D365 F&O Records with Dataverse Virtual Tables
It is a common requirement for SaaS platform that exposes form over data to be able to share a secure link (a.k.a. Deep Link) to access a give...
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...
Azure Function Isolated Worker : Avoid comments in the Host file
As a .NET developer, the yearly release cycle is always one of my most anticipated event. This years edition is no exception, as it brings .NE...
How to Secure a Dataverse Plug-in with Managed Identity using Plugin Identity Manager for XrmToolBox
The ability to assign managed identities to Dataverse plug-ins was recently introduced in the Power Platform and was received with waves of li...
How to Get PCF Controls Ready for Dark Mode in Model-Driven Apps
Power Platform Model-Driven apps are soon expected to support Dark Mode, and this post offers insights on how to adapt PCF controls for the up...
Finance and Operations Virtual Entity Manager for XrmToolBox
The One Dynamics, One Platform initiative by Microsoft has paved the way for the integration of D365 Finance and Operations suite with the Pow...
PCF Controls with FluentUI v9 – Avoid DOM Id collisions
If you are creating a PCF control and using the FluentUI React v9 library, you may come across a runtime display bug caused by DOM Id collisio...