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

Articles

Checking truthy/falsy

From time to time the need arises to check if a value exists. Not if it's explicitly this or that rather, whether the value "exists" or not. In JS when a value is evaluated in a condition, the result is said to be either: true or false. A true or fal...

client Script set all fields to Mandatory & Visible

client Script set all fields to Mandatory & Visible UI Action / UI Policy   //For to set mandatory false (campos como - não obrigatório) for (var i = 0; i < g_form.elements.length; i++) { var el = g_form.elements[i]; var fieldName = el.fieldN...

image
tiagomacul by Giga Sage
  • 4889 Views
  • 1 comments
  • 7 helpfuls

ITBM Series Article 3: Project Portfolio Management

Hi All, This is my third article in ITBM Series. In this article, I am going to talk about project management module. Demand management along with project management ensures that projects aligned with organizational strategy are picked up for impleme...

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

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
  • 17895 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
Top Contributors