How often have you had an account that has had a number of different addresses and you want to be able to use that address at the contact record?
This little HTML File written by Pierre-Adrien Forestier from Microsoft France. It is really as simple as copying this to an iFrame and unchecking “Restrict Cross Frame Scripting.”
And again the trick here is to have the iFrame refresh when you change the Parent Account. So on the Parent Account Field, put the following as an OnChange Event:
crmForm.all.IFRAME_MoreAddresses.src = crmForm.all.IFRAME_MoreAddresses.src;
That of course assumes that your iFrame is called MoreAddresses and it is in the ISV Directory.
Happy Demo’ing.
Download the Source Code here.