yellow bar on work note

kunal16
Tera Expert

On the UI 16 geneva version of ServiceNow, a yellow bar can be seen on the Work notes field on the incident form. Can we implement the same on Additional Comments field as well? Any leads will be appreciated. Thanks in advance!!

1 ACCEPTED SOLUTION

Yes it is working for me in in Ui16 also , before that   go to       sys_properties.LIST from application navigator search for glide.ui16.live_forms.enabled


and make that to false.



Then you try the color changing it will work.



Thanks


View solution in original post

16 REPLIES 16

syedfarhan
Kilo Sage

Hi Kunal,



Yes you can able to do that. Go to incident form -> Right click on additional comments ->select Configure Styles -> Now list will be in blank ,click on New


  by default the table will be in incident and field is additional comments, In style column add this value : background-color:LightGoldenRodYellow;



Thanks


Hi Syed, the approach you have mentioned will change the whole background color of the field Additional Comments. What I want is to 'SHOW' a yellow bar against the field space on the Additional Comments (like we can see on Work notes)


find_real_file.png


Hi Kunal,



Follow the same process in style give like this : border-left: thick solid #F0E68C;



Thanks


Syed, I tried that too, but no luck.