Microsoft KB Archive/933898

From BetaArchive Wiki
Knowledge Base


The fields that have the OnChange event enabled are unavailable in the Edit Multiple Records window in Microsoft Dynamics CRM 3.0

Article ID: 933898

Article Last Modified on 7/13/2007



APPLIES TO

  • Microsoft Dynamics CRM 3.0



SYMPTOMS

When you edit multiple records in the Edit Multiple Records window in Microsoft Dynamics CRM 3.0, the fields that have the OnChange event enabled are unavailable. This problem occurs if you have installed Update Rollup 1 for Microsoft Dynamics CRM 3.0.

CAUSE

This problem occurs because Microsoft Dynamics CRM 3.0 disables fields that have the OnChange event enabled in the Edit Multiple Records window. The program disables these fields to prevent the OnChange event from causing errors.

RESOLUTION

A supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Dynamics CRM 3.0 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:

Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

WORKAROUND

To work around this problem, manually enable the fields that have the OnChange event enabled. The following example indicates how to enable the parentaccountid field.

To enable the parentaccountid field, follow these steps:

  1. Export customization of the account. To do this, follow these steps:
    1. In the Microsoft Dynamics CRM 3.0 Web client, click Settings, click Customization, and then click Export Customizations.
    2. Click Account, click Export Selected Customizations on the More Actions menu, click OK, and then save the exported file as the AccountCustom.xml file.
  2. Open the AccountCustom.xml file by using Notepad.
  3. In the AccountCustom.xml file, change a line in the label description="Parent Account" section as follows:
    Existing line

    <event name="onclick" application="true" active="true"> <event name="onchange" application="true" active="true">

    Replace line

    <event name="onclick" application="true" active="true" BehaviorInBulkEditForm="Enabled">
    <event name="onchange" application="true" active="true" BehaviorInBulkEditForm="Enabled">
  4. Save the changed file.
  5. Import the changed AccountCustom.xml file. To do this, follow these steps:
    1. Click Settings, click Customization, and then click Import Customizations.
    2. In the Import File box, enter the path of the changed AccountCustom.xml file, and then click Upload.
    3. Click Account, and then click Import Selected Customizations on the More Actions menu.
  6. Publish the customizations. To do this, follow these steps:
    1. Click Settings, click Customization, and then click Customize Entities.
    2. Click Account, and then click Publish.

Note You can use a similar procedure to enable other fields.

MORE INFORMATION

For more informationUpdate Rollup 1 for Microsoft Dynamics CRM 3.0, click the following article number to view the article in the Microsoft Knowledge Base:

922815 Update Rollup 1 for Microsoft Dynamics CRM 3.0 is available


For more information about a problem that occurs when you try to bulk edit in Microsoft Dynamics CRM 3.0, click the following article number to view the article in the Microsoft Knowledge Base:

913645 The "Parent Account" and "Parent Customer" fields are unavailable when you try to bulk edit many Contact records or many Account records in Microsoft Dynamics CRM 3.0


For more information about the terminology that is used to describe Microsoft software updates, click the following article numbers to view the articles in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


887283 Microsoft Business Solutions CRM software hotfix and update package naming standards


Keywords: kbmbscustomization kbqfe kbmbsmigrate kbpubtypekc KB933898