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

What's the name of the icons table used in add decorations?

Not applicable

I wanna see all the available icons in the platform.

 

It's not the images table.

1 ACCEPTED SOLUTION

Jim Coyne
Kilo Patron

I'm assuming you mean the "g_form.addDecoration()" function, correct?  If so, use this URL to view them all:

https://instance-name.service-now.com/now/nav/ui/classic/params/target/styles%2Fretina_icons%2Fretin...

View solution in original post

5 REPLIES 5

Eswar Chappa
Mega Sage

Hi @Community Alums please go through the below Video you can it in the initial mins

 

https://youtu.be/abFFvg_GizQ?si=3t2qjoC_4VA7Z3Rl

Thanks & Regards,

Eswar Chappa

Mark my answer correct and Helpful if this helps you 😀

ServiceNow Field Decoration with 300+ hidden icons| ServiceNow GlideForm Add Decoration ServiceNow contains a hidden treasure of almost 300 icons that can be used to convey better visual distinctiveness to your users' bookmarks, service portals, and system info messages. This distinctiveness can ...

Sid_Takali
Kilo Patron

Hi @Community Alums icons are stored in sys_sg_icon_image table;

https://docs.servicenow.com/en-US/bundle/vancouver-mobile/page/administer/tablet-mobile-ui/task/add-... 

 

Regards,

Siddharam

Jim Coyne
Kilo Patron

I'm assuming you mean the "g_form.addDecoration()" function, correct?  If so, use this URL to view them all:

https://instance-name.service-now.com/now/nav/ui/classic/params/target/styles%2Fretina_icons%2Fretin...

Not applicable

That was exactly what I was looking for. Tks!!!!!!!!