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.

Change the value inside the additional comments box

chandan86patra
Tera Contributor

Hi All,

I need to replace the value that is written in the additional comments (customer visible) inside the box. Can you suggest me the code? In which code it is written.

 

chandan86patra_0-1731647361431.png

 

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

HI @chandan86patra ,

There's a Client Script on the Task table called "Modify Comments Label" that adds the " (Customer visible)" text.

SandeepDutta_0-1731648977329.png

Now, in the script section , check line 12:

SandeepDutta_1-1731649018841.png

 

View solution in original post

1 REPLY 1

Community Alums
Not applicable

HI @chandan86patra ,

There's a Client Script on the Task table called "Modify Comments Label" that adds the " (Customer visible)" text.

SandeepDutta_0-1731648977329.png

Now, in the script section , check line 12:

SandeepDutta_1-1731649018841.png