- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2022 07:02 PM
Hello experts,
I was tasked to rename the workflow status of our change request, and first I tried modifying our process flow formatters, I was able to modify its label but I don't know how to modify its equivalent translation.
Do any of you have any idea where I can find and modify the translations for the process flow formatter for the change request.
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2022 07:11 PM
Hi you need to go sys_translated table and need to do translation for process flow table i.e sys_process_flow table
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2022 08:46 PM
I see you set Asset choice as inactive true with value as -4. My recommendation would be never use same values for choice lists for same tables as these will be used in scripts . In your case if there is a script trying to set Assess state value. It will show as "blue color" under choice drop down or list since it is false in the system.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2022 11:18 PM
Actually, I thought that since the value for a particular oob choice were used for some scripts, we need to retain the backend value for that choice and just add our customed label. I also asked for some advice on this and it was said not to change the backend value and just change the label.
Did I miss something?