Happy Evening 🙂 One of the interesting scenario is to do validation in Portal Sub-Grid based on the record count. Initially i thought that we
Tag: snippets
{Dynamics Portal :: Display multi-select option set field}
We got one issue in dynamics portal form. Multi-select option set field is the new feature in Dynamics 365. But this field is not supported
{Dynamics Portal :: Localization}
Recently, we got a requirement to localize the dynamics portal for different languages. Usually, It works well for the OOB forms and fields. Some places,
{Dynamics Portal:: Set Lookup Field Read-Only}
Here is the snippet which helps to set the lookup field as “read-only” in the dynamics portal. $(‘#parentaccountid_entityname’).attr(“readonly”,”readonly”); $(‘#parentaccountid’).parent().find(‘.input-group-btn’).hide()}