Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Community Alums
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 😀

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-image-icon-section.html 

 

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

Community Alums
Not applicable

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