1

I've a custom entity, Fee. For the status reason of this entity I've already modify Inactive to Processed. Now I want to rename its inactive status option to Completed.

Is it possible or any workaround to this will be handy.

Mohsin A.
  • 153
  • 2
  • 18

1 Answers1

1

There is no out of box way to do this. But there is a Trick. You can export Translation for Statecode (Active/Inactive) and in label change it to whatever you like and then reimport it to CRM. This shall reflect the changes.

I just tried this in one of my demo instance on Account Entity. I changed Inactive to Inactive Test and it did reflected.

enter image description here

AnkUser
  • 5,421
  • 2
  • 9
  • 25