Hi,
I have a form and a custom html web resource.
In this form a have a lookup field. From the html web resource i wanto to disable the lookup field. Itried lots of thins , but none could solve my problem. I used codes like
window.parent.opener.Xrm.Page.getAttribute("new_markalar").prop("disable", true)
window.parent.opener.Xrm.Page.getAttribute("new_magaza").setDisabled(true);
crmForm.all.new_magaza.disabled = 'true';
How can i disaple the lookup field. Can anyone help me please?