
- 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 06:24 AM
So field styles change the style of the value and not the label??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 06:26 AM
Correct. Field styles are applied to the value when the value meets the value condition. In true/false, it would be 0 or 1.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 06:39 AM
I call foul! (lame). I suppose I'll have to use an onload client script for DOM manipulation to change the field label. Booooooo.

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

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