I have a Microsoft Dynamics CRM 2011 solution containing a pick list for selecting a person.
I am trying to determine how I could display a summary of this person's information at the top of the form dynamically when the person is selected.
I have already set up a javascript library that is triggered 'onchange' by selecting a new person, however I have been unable to determine the best way to add the summary information (eg, name, address, phone..) to the top of the form.
Any suggestions would be much appreciated!