
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 05:50 AM
Been here: Defining Field Styles - ServiceNow Wiki
Been here: Field styles are not getting applied
Still no go. What's funny is in the supposed answer for Field styles are not getting applied that Pradeep gave, his screenshot doesn't even show what it took.
Anyway... my situation:
As you see, no background-color red.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2017 06:03 AM
Yes yes, I agree with all that. My apologies for trying to beat this dead horse.
I found a non-DOM solution:
g_form.flash('u_nonit', '#ad7', 0);
g_form.flash('u_nonit', '#ad7', 0);
(found here: https://community.servicenow.com/thread/164290 )
btw...
Look forward to seeing you at K18!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 05:53 AM
Hi David,
Does it show a red circle if you show that field on the list?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 06:00 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 06:02 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 06:15 AM
Hi David,
I think style property not applicable for true/false data type. I also checked for true/false data type it is not working, but for other data types it is working fine.