I love the questions that challenges me. One of the latest ones, was about drag&drop inside a Custom Page or a Canvas App. I know about the Power Drag Drop PCF created by Scott Durow, which created a great way to easily drag and drop between collections. But I needed a little more like a... Continue Reading →
Optimized Fetching of Related Records inside Power Apps Grid Customizer PCF
I've wrote a few blogs about the (Preview) Power Apps Grid customized control: a way to host PCFs right inside the grid. The last one in that direction was about fetching related records. It's amazing that we are able to work with child records right inside the Power Apps Grid, but the way shown in... Continue Reading →
Fetch Related Records with Power Apps Grid Customizer Control
The Power Apps Grid customizer control is a preview feature I really look forward to. In the last two blogs I've already shown how to use it for: Host your own read-only or editable PCF inside the Power Apps Grid Implement calculated columns for offline using the Power Apps Grid In this blog I'll push... Continue Reading →
Power Apps Grid Control – First Glimpse to the Cell Renderer and Editors
We've saw the Power Apps grid control (Preview) in the latest Wave Announcements. Each time we hear about great improvements. In Release Wave 1/2022 we've got inline-editing and infinite scrolling. But as we've tried it out, we saw the last parameter which sounded really promising: The description of the parameter was really exciting: Full logical... Continue Reading →
My Top Features From Wave 2/2022
The Power Platform Release Plans for Wave 2/2022 are out. As a developer for Power Apps I've spotted so many features I was waiting for... Here are my top ones: #1 Power Apps Features These features are not directly targeting the developers, but they are very powerful tools to think of, when we design an... 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 →
Side Panes & Custom Pages – Implement a Shopping Cart in MDA
I wanted to have look to the new announced Side Panes in model-driven apps. I've read some blogs, but until I don't try things out, I don't have the feeling that I really know what's about. It's still a preview, but maybe my test will help you get a feeling about what's possible... and get... 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 →
Send In-App Notifications from Custom Pages
In-app notification announcement was very promising. Of course, I had to try it out right away. It's a preview feature, but the docs are already very detailed. We find there how to activate this feature per app and discover a lot of interesting examples on how to send notifications using form scripting. Basically, all we... Continue Reading →