Hi
I need to disable the form selector .. I have tried many function but iam able to hide it using them. How can i disable the form selector using java script.
Thanks
Hi,
Refer below Blog:-
https://social.microsoft.com/Forums/en-US/4eeaf1f4-fdbb-4e72-9bf1-0366633d18f9/crm-2011-disable-form-selector?forum=crmdevelopment
document.getElementById("crmFormSelector").disabled = true;
This seems to have worked for some. Have not tried it though.
Hope this helps!!!
Thanks,
Prasad
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.