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

multiple thumbnails getting created

PoulomiB
ServiceNow Employee

how to stop multiple unnecessary thumb creation in sys_attachment table in UI16. sys_properties: glide.ui.activity_stream.scale_images is set to FALSE as mentioned in KB KB1923362 https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1923362

4 REPLIES 4

Matthew_13
Mega Sage

Hi Buddy,

Try this 1st:

  1. System Definition → Business Rules

  2. Table = sys_attachment

  3. Search BR scripts for: thumb, thumbnail, scale, image

  4. When you find the rule generating thumb_*:

    • Disable it, or (safer)

    • Add conditions so it only runs where you truly need thumbnails (specific tables like sys_user photos, knowledge images, etc.)

This is the only reliable way I know to stop multiple unnecessary thumb creation at the source.

 

@PoulomiB  - Please mark Accepted Solution and Thumbs Up if you found Helpful 🙂

MJG

PoulomiB
ServiceNow Employee

hey, thanks for the reply but i am unable to see any BR scripts related to thumb, thumbnail, scale, image

@Matthew_13 

GlideFather_0-1768902129175.png

 

please could you elaborate on what you shared?

_____
100 % GlideFather experience and 0 % generative AI

Dr Atul G- LNG
Tera Patron

Hi @PoulomiB 

Currently, we are in Next Experience, so I don’t think this property will work. It would be better to log a Now Support case so the team can help you.

If it is still valid, try clearing the cache and test again with a new attachment.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************