- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 04:09 AM
Hi ,
Please advise if anyone has ever change the VIP icon that comes up when highlighting a VIP user? I need to change this and I'm not sure if there are any other icon styles for VIP? Can you please send me some examples if you have done this before or know how to?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 04:33 AM
Hi Soraya
You need to perform following steps:
1. Upload a new icon that you want.
2. Go to field style for incident table for the field named caller_id and replace the style with below code: (this will show the image in list view)
background-image: url('images/icons/<name of the newly uploaded icon>');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
3. Also change the name of the icon in Highlight VIP Caller client script for incident table.
Hope this helps
Regards
Ujjawal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 04:33 AM
Hi Soraya
You need to perform following steps:
1. Upload a new icon that you want.
2. Go to field style for incident table for the field named caller_id and replace the style with below code: (this will show the image in list view)
background-image: url('images/icons/<name of the newly uploaded icon>');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
3. Also change the name of the icon in Highlight VIP Caller client script for incident table.
Hope this helps
Regards
Ujjawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 04:43 AM
Thank you Ujjawal your steps are so helpful!
Do you have icons that i can use? A few examples would be great! I need something suitable to use and I'm having a hard time trying to find one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2018 11:51 PM
Try this,
http://designsystem.servicenow.com/#!/style/icon-library

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 04:51 AM
Sorry I don't have one