Tag Archives: Dynamics Portals

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 »

Dynamics Portals: External Authentication

  When enabling / disabling external authentication on the portal, there seem to be at least a couple of gotchas. In general, the whole process of enabling external sign in through different authentication providers is described here: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/portals/configure-oauth2-settings However, if you wanted to disable external authentication, you might use false for the following site setting:… Read More »

Dynamics Portals: Liquid Reference (the missing Appendix A)

  If you are starting to work with Liquid, Microsoft has a rather detailed documentation here: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/portals/custom-templates-dynamic-content But, after a few days of having to scan through that documentation, I’ve started to realize that it would be great to also have a reference page that would list all Liquid keywords and cross-reference them with the… Read More »

Dynamics Portals: Adding a custom button to the entity forms

Was looking into how to add a custom button to the entity form, and found this thread in the community forums: https://community.dynamics.com/crm/f/117/t/274955 So with a little modification(class attribute of the new button element), just so the second button looks similar to the default “submit” (which is re-labelled to “Subscribe” on the screenshot below), here is… Read More »

Dynamics Portals: Basic relationships

As I mentioned to somebody else the other day, I’m relatively new to the portals. So this blog post might not be extremely revealing for somebody who used to be working with the portals for a while. On the other hand, while Microsoft does have a very extensive documentation on the portals, personally I’d love… Read More »