Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Where do we configure the translation for process flow formatter?

Ronald11
Tera Expert

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.

find_real_file.png

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.

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

Hi you need to go sys_translated table and need to do translation for process flow table i.e sys_process_flow table

Regards
Harish

View solution in original post

6 REPLIES 6

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.

Regards
Harish

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.

changing impact choices. 

Did I miss something?