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 color of background of a label within a form??

ranadip1
Kilo Explorer

How to change the color of background of a label within a form?? by default it is ash color. Any ideas?

1 ACCEPTED SOLUTION

Ashish Kumar Ag
Kilo Guru

var e = gel("label.table name.Field Name");


    e.style.backgroundColor = 'Color Name';



It will work.


View solution in original post

11 REPLIES 11

onload client


"gel" variable result in error.