- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2018 06:11 AM
Hi Team,
I am using the below link to add an image icon next to my field but I am unable to.
I want to include a '%' icon when another field type is percentage and '#' icon when another field type is number
If I include the same code I get the icon/image (see below) otherwise I don't
OOB you can see how the caller field in the Incident table has a field style with something like the following:
background-image: url('images/icons/vip.gif');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
I have to display images in list view according to the choices of a color field on form layout.
Appreciate any help.
Regards,
Narmi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 03:27 AM
Hi,
Go to System UI/Images and upload the image.
https://<YOUR-INSTANCE>.service-now.com/db_image_list.do
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 11:51 PM
Thank You, Everyone I was able to fix this