I am working with MS Dynamics CRM 2013, and I encountered the following problem: in CRM 2011, I turned off viewing and selecting an entity when searching using the following jscript:
document.getElementById("lookup_id").setAttribute("disableViewPicker", "1"); document.getElementById("lookup_id").setAttribute("defaulttype", "1"); document.getElementById("lookup_id").setAttribute("lookuptypenames", "account:1:Account"); document.getElementById("lookup_id").setAttribute("lookuptypes", "1");
But after moving to Dynamics Crm 2013, this script no longer works.
Can you help me in this matter. Thanks!
javascript jquery dynamics-crm-2013
Maria Holic
source share