What do you do when it doesn't seem to be possible to provide the needed data to a dataset PCF? We can bind a dataset PCF to a table, a view or to a subgrid. But maybe you need to consider a table linked to another one-to-many relationship. For instance think to a subgrid, where... Continue Reading →
UpdateView in Virtual PCF Components and how to optimize rendering
Remember one of my first blogs, in which I was talking about how often the updateView method of a PCF is called (it's here). When you develop PCFs, you get used with updateView being called often. Even when there is only one change in the parameters, you might get the updateView being called a few... Continue Reading →
Colorful Optionset PCF – Virtual and Improved
It was my first PCF: the ColorfulOptionset ๐งก๐๐๐๐๐ค; developed about two years ago and published on pcf.gallery: https://pcf.gallery/colorful-optionset/. This month we've got a very important and long awaited PCF feature: the Virtual Components. Of course I had to try it out, and the ColorfulOptionset seemed to be the best fit for this first try. And... Continue Reading →
Async requests inside PCF init and updateView
In quite a few cases, when we develop PCFs we need to make external requests. Even if the runtime provides metadata for the properties we define, sometimes we need some more. Or maybe we need to grab some more data from Dataverse or an external service. One easy way would be to make this requests... Continue Reading →
Editable Dataset PCF: New SDK Methods
Last week I was just browsing to PCF sdk, in order to post a link for an answer in the Power Apps Community Forum, and I've landed to "EntityRecord". I had the feeling that something was different, so I had a look to the methods available there: Wait.... What...? Can we change and save with... Continue Reading →
Why is my PCF not in the list?
Did this ever happened to you: youโve developed a PCF, uploaded it, but when you want to customize it for a control you donโt find it in the list? At this point you might be a little lost because you donโt get much information from your environment. I'll describe the cases Iโve noted until now.... Continue Reading →
Goodbye HTML Web Resources…
Donโt worry, the HTML web resources for model-driven are not deprecated. I just donโt believe that I will ever make new ones again. ย But there is that old problem of ClientGlobalContext deprecation. The ClientGlobalContext is an aspx site which we used to include in every HTML web resource in order to get access to information... Continue Reading →
2021 Release Wave 2 Plan: My Top 6 Power Apps Features
The Microsoft Power Platform 2021 release wave 2 is out. There are so many features which I really love: from user experience improvements, low code and pro dev features. My highlights are about the new possibilities to build apps and the features towards the transition to converged app. And of course the PCFs features, the... Continue Reading →
Troubleshooting Power Platform Extension for VSCode – PAC Connection Timeout & Co…
How to increaze the timeout for pac pac push/pac solution, how to switch the display language, where to find the logs, for both pac cli and VSCode extension.
Lookup PCF – let’s dive deeper
Lookup PCF ...the second.. this time for real! I had a look how a Lookup PCF works, what I can do with it and what not, how to detect the settings made by the maker, and more.... Even if the most of it is not supported for now, it helps me understand the Lookup role in the PCF-puzzle.