- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 07:58 AM
Need to hide bulb icon at short description field only on incident form and not on all other task tables.
Some one can help me on this.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 08:47 AM
Hello @Vetcha Prasanna
Above script will work if you have unchecked isolate script option. Have you tried exact same ? As for me it work as expected.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 08:47 AM
Hello @Vetcha Prasanna
Above script will work if you have unchecked isolate script option. Have you tried exact same ? As for me it work as expected.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 06:26 AM
Thanks Viraj,
I tried with same script as suggested but its not works for me. I unchecked Isolated Script option too. Could you please review below one.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 01:56 PM
You can follow this:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0682399
but it will work on the Task table and impact globally, you can use DOM manipulation bit it is not recommended.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 08:30 AM
Hello Sir,
Can you help me with DOM manipulated code to hide that bulb icon specifically on only incident form.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 08:32 AM
I'm not a coder, so I can't help much with this. However, DOM manipulation involves modifying the core code provided by ServiceNow, which is generally not recommended as it can affect system upgrades. Removing this icon entirely won't have a significant impact, and keeping it as it is won't add much value unless it's heavily used.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************