D365 CRM: Hide Create New Record in Lookup Field



  • By default the lookup field in a form will have the “+ New Record“ when you try to search for an existing one.

    To hide this option you need to:

    1. Create an Unmanaged solution in the environment.

    2. Add the entity with the form that contains the lookup.

    3. Export the solution.

    4. Extract the zip file.

    5. Open the customization.xml file to edit.

    6. Locate in the XML the lookup control.

    7. Inside the <control><pararemeters> node add the following:

      1. <IsInlineNewEnabled>false</IsInlineNewEnabled>

    8. Save the file.

    9. Generate the zip file.

    10. Import to the environment.

    11. Publish the Customizations.



  • Comments



Add a Comment