- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 11:19 PM
Hi. How to color code the Status field when we update status each time the color should change? plz help me
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 11:56 PM
You use Field Styles for this: Defining Field Styles - ServiceNow Wiki
Right-click on the label of the field and select Configure Styles.
The Value needs to be the database value of the choice option. So 1 instead of New.
Style is standard CSS.
Note, the field is normally only styled in the List view or when it is read-only on the form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 11:54 PM
Hi Sujitha,
These links will help you for that:
Defining Field Styles - ServiceNow Wiki
Useful Form Scripts - ServiceNow Wiki (check the script - Change Form Color on State Change)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 11:56 PM
You use Field Styles for this: Defining Field Styles - ServiceNow Wiki
Right-click on the label of the field and select Configure Styles.
The Value needs to be the database value of the choice option. So 1 instead of New.
Style is standard CSS.
Note, the field is normally only styled in the List view or when it is read-only on the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2016 12:03 AM
Thanks a lot Ajai and Geoffrey