feridun

Multiple relationships between the same entities cause multiple lookups to be populated with the same value

Imagine that you create multiple relationships between Accounts and Contacts. This will create several lookup attributes on the Contact entity which may be added to the Contact form. When a new contact is created within an Account all the lookup attributes will be populated with the name of the Account. Often this is not desirable […]

Multiple relationships between the same entities cause multiple lookups to be populated with the same value Read More »

CRM address book

The CRM Client for Outlook adds the following address books to Outlook: CRM Accounts CRM Contacts CRM Facilities/Equipment CRM Leads CRM Queues CRM Users A user can configure which records are available in the address books in Set Personal Options|Address Book. For Contacts a user can choose all contacts to appear in the address book

CRM address book Read More »

Deleting teams in Dynamics CRM 4.0

In CRM version 4.0, the web application does not provide an option for deleting teams. However, teams can be deleted using the web services. You’ll need to know the GUID of the team record. Here is sample code: // Set up the CRM Service. CrmAuthenticationToken token = new CrmAuthenticationToken(); token.AuthenticationType = 0; token.OrganizationName = “AdventureWorksCycle”;

Deleting teams in Dynamics CRM 4.0 Read More »