- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 09:46 PM
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!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 02:15 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 11:12 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 11:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 11:30 PM
Hi Kunal,
Follow the same process in style give like this : border-left: thick solid #F0E68C;
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2016 01:40 AM
Syed, I tried that too, but no luck.