Good Evening to all. Recently, we had a issue on portal lookup. At some point of time, mandatory field doesn’t have value in the system.
Tag: read-only
{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()}