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.

How to change task types name

Yahav Mor
Tera Contributor

YahavMor_0-1725867946735.png

Hi,
I need to change  the task types name  and I try in the table 'sys_choice' and 'aw_record_type_selector' and table messages
but this is not working.

How can I change the names from 'Plannig' to 'Working'?

Thank you

1 ACCEPTED SOLUTION

Have a look at the table sn_sow_interceptor_record_type_selector. There you will find the "Planning" entry. You can either rename "Planning", or even create a new Interceptor.

View solution in original post

9 REPLIES 9

New Developer_S
Giga Sage

Hi,

 

It works for me .Please go to change_task table and change the type -Choice Values 

NewDeveloper_S_0-1725869603408.png

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.

Community Alums
Not applicable

Hi @Yahav Mor  ,

Please follow below steps

1. In all navigator type - change_task.LIST

2. Open any record right click on type field and select show choice list

SarthakKashyap_0-1725870274984.png

 

3. You will navigate to below page

SarthakKashyap_1-1725870316248.png

 

Double click on label of Planning and change to Working and click on right icon 

SarthakKashyap_2-1725870399141.png

 

Result 

SarthakKashyap_3-1725870438090.png

 

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak 

 

When I create from change in the workspace  a change task (change task->new) this page open for me 

YahavMor_0-1725872560699.png

and this type not change the name in this page 

@Community Alums