Answered by:
how to create Look up Field in CRM 4.0 ??

Question
-
Dear All,
How to create Look up Field in CRM 4.0 ? I want to create Country Look up Field in Leads Form ? what are the steps to create Country Look up field ? Please guide me.
Bye de way is there any customization documents are providing Microsoft ??
Thanks & Regards,
Nag
Thursday, June 5, 2008 2:42 PM
Answers
-
Nag,
You need to create a Country entity first, then create relationships between Country and Lead.
Microsoft has 3 e-learning course available for CRM 4.0, also there are some books available on Amazon.
Jim
Thursday, June 5, 2008 5:23 PMModerator
All replies
-
Nag,
You need to create a Country entity first, then create relationships between Country and Lead.
Microsoft has 3 e-learning course available for CRM 4.0, also there are some books available on Amazon.
Jim
Thursday, June 5, 2008 5:23 PMModerator -
Thank you very much Jim.
- Proposed as answer by Gregg L. _ Friday, July 24, 2009 4:01 PM
Thursday, June 5, 2008 8:01 PM -
Hi all,
I am also in a very similar situation .. need help..
I have got a reqirement like mentioned below
Description of project: IN CRM 3.0, we created a few custom lookup fields on the registration entity. This is because in 3.0 there is a limitation on the number of lookups you can add per form.
Now that we are on 4.0, I would like to replace these custom lookups with standard CRM 4.0 lookups
is there any other standard ways where you can create lookups...
I have few lookups on a form which points to Account and contact entity, I have done that by adding the below code in Form OnLoad
if (ModuleOwnerrGuid ==null)
{crmForm.all.fslr_moduleowner.outerHTML = "<td id='fslr_moduleowner_d'><table class='ms-crm-Lookup' cellpadding='0' cellspacing='0' width='100%' style='table-layout:fixed;'><tr><td><div ime-mode='auto' class='ms-crm-Lookup' tabindex='1031'></div><label class='ms-crm-Hidden-NoBehavior' for='fslr_moduleowner_ledit'></label><input class='ms-crm-Hidden-NoBehavior' ime-mode='auto' type='text' tabindex='1030' id='fslr_moduleowner_ledit' maxlength='1000'/></td><td width='25' CLASS='Lookup_RenderButton_td'><img src='/_imgs/btn_off_lookup.gif' id='fslr_moduleowner' class='ms-crm-Lookup' req='0' Style='ime-mode:auto' lookuptypes='1,2' lookuptypenames='account:1,contact:2' lookuptypeIcons='/_imgs/ico_16_1.gif:/_imgs/ico_16_2.gif' lookupclass='BasicCustomer' lookupbrowse='0' lookupstyle='single' defaulttype='0' autoresolve='1' showproperty='1' resolveemailaddress='0'><a href='#'onclick='previousSibling.click();' tabindex='-1'></a></td></tr></table></td>";
}Is there any other ways in CRM 4.0 where you can create standard lookups
Thanks.......
Monday, August 4, 2008 4:39 AM