Hi,
I want to hide new button in lookup field. I dont want to give access to create new record for user. Please tell me how to disable or hide new button in lookup field?
Regards Faisal
document.getElementById("Lookup Id")._behaviors[0].AddParam("ShowNewButton", "0");
Remove create access for the entity that you used for lookup.
If you find this post helpful then please Vote as Helpful and Mark As Answer. Thanks and Regards, Polat Aydın My blog