- Load the address from the lookup table to corresponding contact fi
- Posted by Tom on May 1st, 2008
Is it possible to create a custom mapping / loading between the contact and
account
entities in such a way that when selected the existing account value from
the lookup table of account on the contact page, the existing address fields
will be populated into corresponding contact fields?
- Posted by uMar Khan on May 2nd, 2008
Hi Tom,
Yes, it is possible with the help of little coding. Basically you need to
add JScript code in onChange event of the Account lookup on Contact entity
form. That code will be calling the CRM webservice and fetching the account's
address fields.
Following posts will explain you a little about how to use webservice on
client side in MS CRM;
http://jianwang.blogspot.com/2008/01...-security.html
http://blog.crmbuzz.net/archive/2007...avascript.aspx
I hope you know programming 
--
uMar Khan :: MS CRM MVP
CRM Freelance Consultant
Email :: imumar at gmail dot com
Blog :: http://umarkhan.wordpress.com
MVP :: https://mvp.support.microsoft.com/de...file/umar.khan
"Tom" wrote:
- Posted by Dan on May 2nd, 2008
Tom,
A) I highly suggest you to buy this book by Sonoma Partners, right away.
http://www.amazon.com/Working-Micros...nomapartn0b-20
This will help almost anyone on this forum and I have 2 copies myself. One
in the office - one at home 
B) Research more on the developer forums. Microsoft.public.crm.developer.
"uMar Khan" <imumar@gmail.com> wrote in message
news:6066424F-0DE4-4DC9-BC2B-6B18C3EE616D@microsoft.com...