I've a list of contacts in dynamics CRM 2011 and I need to update all contacts on the base of item selected in accounts lookup. Such as, bring the account number of the account selected in lookup on the contacts form.
So far, I successfully connected to CRM and can update the record using LINQ. But I've no idea to retrieve the lookup item, get the related attributed value and update contact.
Your help is highly appreciated. TIA