Tag Archives: Power Platform

DataSourceInfo – checking table permissions

You might have seen Lance Delano’s post about permissions support functions: https://powerapps.microsoft.com/en-us/blog/permissions-support-in-datasourceinfo-and-new-recordinfo-functions-for-dataverse/ This can be very useful, and it sort of feels this might be part of the functionality that would be required to use Power FX when configuring command bar buttons in model driven apps (since we would need to disable/enable those buttons based… Read More »

ItAintBoring PowerPlatform Chat session summary, Sept 28

First of all, it was nice to see familiar faces there, and it was at least equally nice to see unfamiliar ones! Thank you all for showing up to participate in the discussion, it was much appreciated. To recap, we had a quick presentation – you will find the link below: https://docs.google.com/presentation/d/116l7TaolAAIjOrbJv1PxuhGNr1eFG58-iCe26Tu0qNg/edit?usp=sharing And, in the… Read More »

Using C# code in custom connector to connect to Dataverse?

This one is almost of an academical interest; since, after all, there is Dataverse connector available already. But,  just on the principle, I was wondering if it were possible to use C# code in the custom connector to connect to Dataverse? Actually, there is nothing special about Dataverse – the same approach could be used… Read More »

Long functions in Dataverse plugins: Part 2

I wrote my previous post knowing full well it was going to sound controversial to any pro-dev, that’s if a pro-dev were to read it. Turned out a fellow MVP, Daryl LaBar, did, and he just raised the bar by responding with a well-articulated article of his own: https://dotnetdust.blogspot.com/2021/09/Long-Functions-Are-Always-A-Code-Smell.html Before I continue, I have to… Read More »