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 the field label on SC_TASK record

VIKAS MISHRA
Tera Contributor

Kindly see the below mentioned screenshot heighlighted the field "close note (customer visible).

I need to remove the "customer visible" from the lable, but when i go to dictionary of the field it shows that this field is from task table not from sc_task, ik checked the lable name there showing close note only , i chekced the override dictionary where found no record, checked clisent script ,BR and Ui policy, but not able to see from where this "Customer visibvle" is added ,so that i can remove it 

VIKASMISHRA_0-1687263023584.png

 

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

It comes from the Client Script - Modify Comments Label. You can duplicate this client script for your sc_task table and modify the script to not include customer visible.

View solution in original post

5 REPLIES 5

In Task table this field lable name is only "Close note" then from where is this "Customer visible" coming i am not sure, if i see that change then only i will be able to make changes