We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

In incident form how to increase VIP Icon Size.

Vidya Aeil
Tera Contributor

VidyaAeil_0-1671435676882.png

3 REPLIES 3

Not applicable

Hi @Vidya Aeil ,

I don't think you can Re-size the VIP icon as in the style for the "Caller_id" field you don't have anything where you can re-size, but you can change the Image if you want :

SandeepDutta_0-1671436634689.png

1. 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;

 

2. Also change the name of the icon in Highlight VIP Caller client script for incident table.

Not applicable

HI @Vidya Aeil ,

 

jaheerhattiwale
Mega Sage

@Vidya Aeil Please check below thread, there it is explained to change the icon and css. Same way you can change the size.

 

https://www.servicenow.com/community/csm-forum/change-vip-icon/m-p/422965

 

Please mark as correct answer if this solves your issue.

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023