Pinned Loading
-
makeCallable.js - use ServiceNow Aja...
makeCallable.js - use ServiceNow Ajax classes on the server-side, like regular script includes 1// Script Include "makeCallable"
2// From https://gist.github.com/matthaak/77a8e3842a57d3875356729d8c5464bf
3function makeCallable(obj) {
4for (var mbr in obj) {
5if (typeof obj[mbr] === 'function' && obj[mbr].length === 0) {
-
A ServiceNow Inbound Email Action th...
A ServiceNow Inbound Email Action that reduces duplicate Incidents or Cases by leveraging the 'references' email header 1// From https://gist.github.com/matthaak/677d7637c772f6c315242fd899ed0dbb
2// Create one of these Inbound Email Actions for each Target table (Incident, Case, etc.)
3// Action type: Record action
4// Stop processing: False
5// Type: New
-
ServiceNow wrapper class for comment...
ServiceNow wrapper class for comments and work_notes fields 1// From https://gist.github.com/matthaak/9472ccfc01f23921b83e79e781c709d1
23var XJournalEntry = Class.create();
45XJournalEntry.CONTENT_IGNORE_PREFIX = "System Comment:";
-
snow-runner
snow-runner PublicRun ServiceNow Background Scripts using node on the command line
-
snow-aws-requester
snow-aws-requester PublicServiceNow Script Include for signing AWS requests
JavaScript 1
-
HashList
HashList PublicServiceNow server-side implementation of Java LinkedHashSet with special list parsing and GlideElement binding abilities
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.