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.

Placement of the fields in task table

Uchel
Tera Contributor

How do I set/fix the fields without spacing? Because this one is the newly created request type.

For your reference here is the screenshot.

Uchel_0-1705387130008.png

 

4 REPLIES 4

Vishal Birajdar
Giga Sage

Hello @Uchel 

 

Do you have hidden fields over there (using client script)..??

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

Yes here is the Client Script that I update for the new request type.

 

Uchel_0-1705387656349.png

 

 

Can you try using "setDisplay('field_name',true/false)" instead of "setVisible('field_name', true/false)"

 

 

 

  

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

But on my Client Script, they have no setVisible only set Display.