Have you ever encountered an issue where you have multiple properties configured in your Control Manifest file and you configured it correctly in Model-Driven app. But for some reason you do not get the value from the field that was bound in the configuration. For example I had my Control Manifest file as below. <?xml…
Tag: PowerApps Component Framework
PCF Custom Control Builder
Now with PowerApps Component Framework for model-driven apps and PowerApps CLI generally available, I think the XrmToolbox plugin PCF Custom Control Builder will come very handy. This tool enables you to build Custom Controls with ease where you do not need to write the CLI commands. Most of the commands are consolidated into one button…
Create Custom Controls using PowerApp Component Framework
So many new features came up in April release but the one I was very excited about was creating custom controls using PowerApp Component Framework. If you are not sure what custom control is please read this article. I am documenting my experience of developing the custom controls (end-to-end) in this blog. Prepare your development…