Tech Support > Microsoft Windows > Windows CRM > Retrieving other attributes from a lookup dialog
Retrieving other attributes from a lookup dialog
Posted by Per on May 2nd, 2008


Is it/how is it possible to retrieve other attributes from a selected record
in a lookup dialog?
E.g. from Account form, the lookup of Primary Contacts lists contacts' name,
phone number etc. Is it from the account form after the selection possible
to retrieve the selected contact's phone number? Something like
crmFrom.all.primarycontactid...?

Alternatively, what is a god way to retrieve the select contact at this point?
--
Best regards,
Per

Posted by Michael Höhne on May 5th, 2008


Hi Per,

You need to call the CRM web services from the OnChange event to retrieve
additional data. See
http://www.stunnware.com/crm2/topic....=JSWebService2 (CRM 4.0) and
http://www.stunnware.com/crm2/topic....=JSWebService2 (CRM 3.0) for some
guidelines.

--
Michael Höhne, Microsoft Dynamics CRM MVP
CRM Blog on http://www.stunnware.com

----------------------------------------------------------


"Per" <Per@discussions.microsoft.com> schrieb im Newsbeitrag
news:75224EC6-262C-4405-A9DB-730017DB2C69@microsoft.com...



Similar Posts