Skip to content

Engineered Code Blog

Category: CSS

PowerApps Portals: Another UI Change Using Only CSS

October 22, 2019 2 Min.To Read

While not officially a series, I’ve done a few posts now on how to use CSS to modify some of the out-of-the-box experiences within PowerApps Portals. This week, I’ll show you show to convert the dropdown used to select the current view for an Entity List into tabs.

Dynamics 365 Portal Developers – Don’t Forget About CSS!

November 30, 2018 5 Min.To Read

As most Dynamics 365 Portal developers start as CRM developers, we often try to take the same approach to solve similar problems on both platforms. However, it’s important to remember that a D365 Portal implementation is using different technologies, and sometimes there is a better way. Case in point – consider using CSS instead of JavaScript to control visibility of out-of-the-box features you don’t want.

Back to top