Showing posts with label only showing one typename for lookup. Show all posts
Showing posts with label only showing one typename for lookup. Show all posts

Wednesday, October 13, 2010

only showing one typename for lookup

if the lookup is matching to more than one entities and if you want to match to only one entity from a particular lookup just use the following code on onload of the form.

crmForm.all..setAttribute(”lookuptypes”, “2″);


Sudhanshu