Tag Archives: PowerApps

Making a PCF control readonly

Up until now, none of my PCF controls were meant to be readonly. But, of course, it would only make sense to prevent updates for inactive records and/or when some of those controls are set to be readonly in the form designer: Dynamics Ninja has already described the basics in his earlier post: https://dynamicsninja.blog/2019/11/25/is-your-pcf-control-read-only/ Just… Read More »

User licensing in D365 instance

When thinking about user licensing in D365 instances, you may be thinking of D365 applications. However, from the licensing standpoint D365 instance is nothing but an “advanced” CDS instance with a bunch of first-party apps deployed there, so it is still possible to use Power Apps “per app” and “per user” plans in those instances.… Read More »

Application Insights for Canvas Apps?

In the new blog post, Power Platform product team is featuring Application Insights integration for Canvas Apps: https://powerapps.microsoft.com/en-us/blog/log-telemetry-for-your-apps-using-azure-application-insights/ It does look great, and it’s one of those eye-catching/cool features which won’t leave you indifferent for sure: Although, I can’t get rid of the feeling that we are now observing how “Citizen Developers” world is getting… Read More »

Is it a multiselect optionset? Nope… it’s an N:N lookup

If you ever wanted to have your own multiselect optionset which would be utilizing an N:N relationship behind the scene, here you go: It works and behaves similarly to the out-of-the-box multiselect optionset, but it’s not an option set. It’s a custom PCF control that’s relying on the N:N relationship to display those dropdown values… Read More »