Monthly Archives: April 2021

Power Apps Portals: redirecting newly registered users to a custom page

When registering on the portal, users are, normally, redirected to the  profile page by default. It seems, though, this is not, really, configurable, through the portal settings, so is there a workaround? It seems this should be doable, but, first, let’s look at another screenshot here: What this means is that, once a user is… Read More »

Adding CRUD to Virtual Entities

As everybody else has already noticed, CRUD support has been added to the Virtual Entities: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/virtual-entities/sample-ve-provider-crud-operations A while ago, I blogged about how we can use canvas apps with virtual entities, and there was a sample plugin there: https://www.itaintboring.com/dynamics-crm/virtual-entities-revisited-setting-up-a-virtual-entity/ So, I figured, I’d just try updating that plugin to support create/update/delete. Since it is, already,… Read More »