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()}
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()}
thanks
it’s very helpful