Happy Evening. I would like to share the recent experience on filtering views. It’s quite simple and we use day to day work in Dynamics
Tag: lookup
{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()}