Tags background color not works ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2021 05:29 AM
We created tags label that needs to visible background color red , its not works expected
and this label only need to visible on CMDB table
how to do that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2021 05:50 AM
Hi,
have you applied some field style etc?
please provide some more details on your question
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2021 08:37 AM
this is not for field ?
Another query - is this possible to list of all the SNOW workflows that I am listed as an approver ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2021 07:20 AM
Background colour in tags will look like this
If you want something like this
then you have to configure field style
Procedure
- Navigate to the list of styles for the field in one of the following ways.
- Right-click the field label on the form and select Configure Styles.
- Navigate to System UI > Field Styles, and locate the field to apply a style (admin only).
- Click New, or click the style to modify.
- Complete the form.
Field Input Value Table Table that contains the field. Note: The list shows only tables and database views that meet the scope protections for field styles.Field name The field to which the style applies. Value The exact value or script-based-condition required to apply the style. Note: The value only affects list field styles. To apply field styles on both lists and forms, leave this field blank.Style The CSS style to apply. For example, to make the background of the Incident Category fields red in record lists, with a 24-px font size and white text color, enter the following code.
background-color:red; font-size:24px; color:white;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2021 08:45 AM
