Monday 24 March 2014

MSCRM 2013 Lookup Multi Value Selection

Hi This is Sudhakar Reddy Chidipudi
In my previous post(http://mscrm2011kt.blogspot.in/2012/04/mscrm-2011-lookup-multi-value-selection.html) i have written javascript to select multiple vales from lookup ,but that script does not work for MSCRM 2013.
If you do simple changes to my script ,it works as expected for mscrm 2013.
document.getElementById(“Your lookup Schema Name”+”_i”).setAttribute(“lookupstyle”, “multi”);
and you have to add event hadler to the lookup,in event hander you have to set lookup as multiselect.
I hope this gives an idea.
Have a nice day……………………………
Sudhakar Reddy Chidipudi