Skip to content

Engineered Code Blog

Category: JavaScript/jQuery

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