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

Blogs
07 Sep, 2023

Optimizing Storage with SubscriptionTrackingDeletedObject Cleanup

What is SubscriptionTrackingDeletedObject? The "SubscriptionTrackingDeletedObject" table is linked to the "DeletionService," which handles two types of cleanup: organization-wide and record-specific.…

READ MORE
Blogs
05 Sep, 2023

How to create real-time customer journeys in Dynamics 365 Marketing

Introduction: This blog will show how to create real-time customer journeys in Dynamics 365 Marketing. Customer journeys can be either…

READ MORE
Blogs
30 Aug, 2023

D365 CUSTOMER SERVICE: CUSTOMER 360 COMPONENT

Introduction: In Dynamics 365 (D365) Customer Service, the 'Customer 360' Component provides a comprehensive view of information and enables users…

READ MORE