Skip to content

Engineered Code Blog

Category: Dynamics 365 Portal

Power Apps Portals: Web Forms with Complex Conditions

January 7, 2021 2 Min.To Read

It’s been too long since I’ve posted! With all of the virtual conferences taking place in 2020, I couldn’t find the time to get any blog posts done. But I plan to change that in 2021. First off, I want to share a solution for when you want to use the Condition type of Web Form Steps, but your condition is more complicated than just checking if a regular field equals a specific value.

Power Apps Portals: Customizing Date and Time Format on Notes and Activities

July 16, 2020 3 Min.To Read

I’ve been working a lot with Notes and Timelines on the Portal recently, and it just so happens that I had a recent comment on one of my old posts asking about customizing how dates are shown when displaying notes. The code didn’t end up being too long, but it involves a couple different techniques that I thought were worth exploring a bit more in depth.

Power Apps Portals: Notes vs Timeline Metadata – Comparison

July 9, 2020 2 Min.To Read

In this series of blog posts, I’m looking at the ways to enable an asynchronous conversation between Dynamics/Power Apps users and portals users. The two most common techniques I see use Entity/Web Form Metadata – either the Notes or Timeline metadata option. This post covers a comparison between the two.

Power Apps Portals: Notes vs Timeline Metadata – Timeline Metadata Deep Dive

July 2, 2020 3 Min.To Read

In this series of blog posts, I’m looking at the ways to enable an asynchronous conversation between Dynamics/Power Apps users and portals users. The two most common techniques I see use Entity/Web Form Metadata – either the Notes or Timeline metadata option. This post covers the newer way – using the Timeline metadata option.

Back to top