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

Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Update your SNow CMDB from Airwatch

I would like to start off by thanking my fellow community members and stackoverflow.com who have been my reference in building these two scripts.This integration is built through REST API calls.You will need to create an account in Airwatch and allow...

phoenix516 by Tera Contributor
  • 17420 Views
  • 40 comments
  • 7 helpfuls

Integrating ServiceNow with Skype or Teams

Hi Everyone, Good Day!  I just have some thoughts when gone through the scenarios like, when the Incident has been raised and in case if support team who works on the incident need to communicate with the caller for getting more details related to it...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

"not supported calendar message.ics" Bug

"not supported calendar message.ics" Hello all, After wasting too much time on this problem, I decided to share with the community the solution I used to correct the "not supported calendar message.ics" bug.   When this problem happens I was working ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Post your script with formatting

If you're asking a coding question and pasting in script this is a must Use the {;} button, up there   function onLoad() { var a = g_form.getValue('u_system_type'); if (a == 'Live'){ var b=g_form.getControl('u_system_type'); b.style.backgrou...

Top Contributors