Tag Archives: Power Platform

Form OnLoad vs OnDataLoad

There are two different onLoad events in the client-side XRM framework, and I did not know that… Well, it’s better to find it out late than never 😊 https://learn.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/executioncontext/geteventsource Here is how it works: Actually, I used to think OnLoad does what OnDataLoad do. Maybe it used to do it? Not sure. Either way, when… Read More »

User Dataverse connector with non-current environments

Quick note to whoever is reading: this post is a bit of an experiment. It’s useful, but it pretty much sticks to the facts and there is no personal touch. This is intentional, there is another post which explains why Back in October, Microsoft has started rolling out updates to the Dataverse connector which will… Read More »

Getting an “object reference not set to an instance of an object” error when deploying a custom connector?

If you created a very minimal custom connector and looked at the swagger definition right after, you’d notice a bunch of attributes added by default: However, not all of those are literally “required” when creating a new connector. For example, I could have removed “schemes” node, and it would still be acceptable: The problem would occur later,… Read More »