Thursday, June 16, 2011

Deprecated SDK Messages in Microsoft Dynamics CRM 2011

There are several SDK messages that are now deprecated in Microsoft Dynamics CRM 2011.  You are most likely to find these messages in use in customized CRM 4.0 systems that have been upgraded to CRM 2011.

If you are using these messages you should start to think about what alternatives exist in the new SDK and start to plan to replace these SDK calls as the messages probably will not exist in the next version of Microsoft Dynamics CRM.

The Deprecated calls are:


Deprecated. Establishes an association between a product and a substitute product.

Deprecated. Adds a link between two records in a many-to-many relationship.
Deprecated. Creates a compound entity (salesorder, invoice, quote, or duplicaterule) and its related entity (salesorderdetail, invoicedetail, quotedetail, or duplicaterulecondition).
Deprecated. Updates a compound record (salesorder, invoice, quote or duplicaterule) and its related detail record (salesorderdetail, invoicedetail, quotedetail or duplicaterulecondition).
Deprecated. Removes a link between two records in a many to many relationship.
Deprecated. Executes the specified Fetch XML query.  (Use Retrieve Multiple Instead)http://mileyja.blogspot.com/2011/06/use-fetchxml-queries-in-jscript-and-net.html
Deprecated. Checks if Microsoft Great Plains is installed.
Deprecated. Makes the report available to all users in the organization.
Deprecated. Makes the specified e-mail template available to the entire organization.
Deprecated. Makes the report unavailable to all users in the organization.
Deprecated. Makes the specified e-mail template no longer available to the entire organization.
Deprecated. Removes the relationship between two records as defined by the target classes listed below. For example, remove the relationship between an invoice and a contact.
Deprecated. Removes the association between a product and a substitute product.
Deprecated. Retrieves the members of a team.
Deprecated. Retrieves all the team information for child business units of the specified business unit.
Deprecated. Retrieves all system users for the child business units of the specified business unit.
Deprecated. Retrieves a collection of teams of which the specified system user is a member.
Deprecated. Retrieves the system user settings for the specified system user.
Deprecated. Creates a link between an opportunity and an account, contact, or competitor.
Deprecated. Updates the user settings for a system user.

No comments:

Post a Comment