Skip to content

Tag: Plugin

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 likes and thumbs up from the Power Platform community. Rightfully so, this powerful feature enables Dataverse plug-ins to securely connect with Azure resources without the hassle of managing…

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…