User Activity
Please hit Like or Bookmark this article if it helps.
Hello Servicenow Healthcare community,
Lets come together and connect on common challenges and learn from each other. Group of customers can help and educate other customers. The idea to use and g...
Please hit Like or Bookmark this article if it helps.
For ServiceNow beginners:It's very important to understand how c.data, data, input, and other objects are related to each other, its the DNA of Service Portals. If you are interested in learning ...
07-05-2020
Please hit Like or Bookmark this article if it helps.
Use Case 1: Log out all users who are currently logged into ServiceNow before an outage. Usually we communicate to all the users about the outage days before the actual Outage start date. But ju...
Please hit Like or Bookmark this article if it helps.
Use Cases: Where ever there is a need to add extra layer of authentication
Try the below script in your background script.
var userName = gs.getUserName();//Or any username say abel.tuter
var pa...
Please hit Like or Bookmark this article if it helps.
Applicable to: Outbound Integrations from ServiceNow to third party applications using OAuth2.0
An Access Token in OAuth2.0 will expire at some point in time, and when they expire we need to req...