Skip to content

Disabled “From” field on email entity

Posted in Dynamics 365, and Power Platform

After an update to Dynamics CRM 8.1.0.359 it happens that the “From” field of the email entity is permanently disabled / locked on all forms, even in the workflow-editor.
It seems as the updates deletes a part of the fieldsettings. But you can easily restore the settings.

  1. Create a new solution with the “From” field of the email entity in it.
  2. Export the solution, unzip it and open the customizations.xml.
  3. Find the tag:
    <LookupTypes />
  4. Replace it with:
    <LookupTypes>
       <LookupType id="00000000-0000-0000-0000-000000000000">8</LookupType>
       <LookupType id="00000000-0000-0000-0000-000000000000">2020</LookupType>
    </LookupTypes>
  5. Save the customizations.xml and zip it again into the solution file.
  6. Upload and publish the updated solution.

All credits go to the people of the following threads. They found and tested the solution.

4 Comments

  1. Shital Jamdade

    This is not working for crm 365 9.2 release wave 2 online migration project

    08.02.2023
    |Reply
    • Hello Shital,
      thank you for your feedback.
      I noticed that my steps were not readable because of a broken plugin. I fixed that. Maybe it helps you now.
      Ben

      09.02.2023
      |Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.