knowledgecenter-breadcrum

Knowledge Center

09 Oct, 2019

Tips & Tricks – Update entity’s display name everywhere

Posted on 09 Oct, 2019 by Admin, Posted in Dynamics 365

Tips & Tricks – Update entity’s display name everywhere Blogs

Tips & Tricks – Update entity’s display name everywhere

Introduction

This is the shortest blog I have ever written so far. One of my clients asked to rename OOB Case entity to Ticket and all the references where Case was mentioned should be replaced by Ticket.

Ordinary Solution

Typically, all of us start to modify the display name wherever we see the Case.

This approach is time consuming and finding all the references where the text Case is mentioned is very difficult.

Trick/Better Solution

  1. Create temporary solution.
  2. Include the entity you want to modify (Case in our scenario).
  3. Include dependent required components in the solution.
  4. Export solution as unmanaged solution.
  5. Extract the zip and open customizations.xml file in Visual Studio.
  6. Replace all the occurrences of Case to Ticket (Note: DO NOT UPDATE SCHEMA NAMES/LOGICAL NAMES. ONLY UPDATE DISPLAY NAMES).
  7. Convert the folder (with updated customizations.xml) to ZIP.
  8. Upload the solution again and publish the customizations.
  9. That’s it.

Comment

This is a Required Field

Loading

Recent Updates

Case Study
06 Sep, 2024

Implementation of Business Central for a Trading Organization

Customer Overview A prominent trading organization sought to enhance its operational efficiency and streamline its business processes by implementing Dynamics…

READ MORE
Blogs
03 Sep, 2024

Optimizing Code Check-ins: Ignoring Unnecessary Files for a Cleaner Azure DevOps Repo.

Introduction In this blog, we will learn about the code check-in process in DevOps. After development, unnecessary files are sometimes…

READ MORE
Blogs
20 Aug, 2024

Configure Macros in Omnichannel to improve Agent Productivity

What are Macros? Macros are a set of sequential actions that a user performs. They enable users to perform daily…

READ MORE