Category Archives: Portals

Why would you want to restart your portal?

It’s been a few days since my colleague had run into the error below with the Power Apps Portals: From the stacktrace, we can probably guess that the problem is related to the permissions somehow: Adxstudio.Xrm.Cms.Security.WebsiteAccessPermissionProvider.TryAssertRightProperty And, yes, this issues started to happen once an Administrator web role had been deleted. That did not happen… Read More »

Powerapps Portals: header and footer caching

When setting up profile page for newly registered users yesterday (which I wrote about here: https://www.itaintboring.com/dynamics-crm/power-apps-portals-redirecting-newly-registered-users-to-a-custom-page/), I ran into something that I did not realize first. And, then, while digging around tonight, it all became crystal clear. Yep, header and footers are cached, so some of the Liquid code we may expect to work in… Read More »

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 »

Dynamics Portals: setting up event registration web site (Part 3)

  We’ve seen the screenshots of the event registration web site: http://www.itaintboring.com/dynamics-crm/dynamics-portals-setting-up-simple-event-registration/ We’ve also seen how event and event registration entities are setup / exposed: http://www.itaintboring.com/dynamics-crm/dynamics-portals-setting-up-event-registration-web-site-part-2/ It’s time to bring it all together and have a look at the event details page. That’s a strange page, really. It’s not exposing a form, or an entity… Read More »