I’ve read online in a few places that liquid applies entity permissions before displaying data to users all the time. This is only the case in Dynamics Portal not ADX Portal. So anyway, if you’re in a situation where you are planning on displaying data to a user and you find entity permissions are not…
Category: Dynamics Portal

How to present different CRM Field Types in Dynamics Portal as html using Liquid
This post works on the assumption that you have already captured using liquid the record and attributes that you want to present. The important thing to remember in all of these is that you need to run this code after your liquid before your document is ready. Basically you need to assign all the variables…

Adding Captcha on Dynamics Portal
Implementing Captcha in the new Dynamics Portal in comparison the the old ADX portal is an absolute cakewalk. Here’s what you do: Find the Entity Form or Web Form Step that you want to enable Captcha on, under the “Form Options” tab of the form set “Enable Captcha” Err… that’s it! Although note, the Captcha…