How to Rename Status field options of an Entity in Dynamics CRM
Problem Statement
Rename State Code options of a custom entity (say Payments);
from Active/Inactive to In Progress/Completed.
| Active Status Payment |
| In Active Status Payment |
Step by Step Guide
- Add Payments (custom entity) in solution and from sub-components select only Status (statecode)
- Export Translation
Export Translation - Extract “CrmTranslations_PaymentsSolution_1_0_0_0.zip” file
- Open “CrmTranslations.xml” in Excel
- In “Localized Labels” sheet, modify the Display name of below cells; Active to In Progress and Inactive to Completed
Active/Inactive Display name In Progress/Completed Display Name - Save File, update “CrmTranslations_PaymentsSolution_1_0_0_0.zip” file
- Go back to solution and Click Translation,
Select “Import Translation”
Import Translation - Select Updated “CrmTranslations_PaymentsSolution_1_0_0_0.zip” file and click Import
Choose File; click Import
Comments
Post a Comment