Hello People! I have been thinking about getting started with my own MSCRM blog for a really long time now. And I’ve been busy doing just that – thinking about it!
So decided to get started with it finally today. I hope to share all that i ‘know’ and my perspectives about Microsoft CRM 3.0 (and later!) through this blog. Would love to hear from you and your take on MS CRM – past, present and future!
Here’s a bit on how to set the value of a lookup:
var theentity_code = 1055;
var lookupval = crmForm.all.lookupfieldid;
var somevalues = new Array();
somevalues[0] = new
LookupControlItem(“{N248281B-0238-SV14-7K92-2451WEKK4U12}”, theentity_code,
“Somename”);
For more info, refer to : http://msdn2.microsoft.com/en-us/library/aa682067.aspx
HTH,
Niths