ServiceNow Code Snippets
Wednesday, October 23, 2024
Activate plugin in ServiceNow PDI
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Activate plugin in ServiceNow PDI
Use of addJoinQuery() & addCondition() on GlideRecord
Usage of addJoinQuery() & addCondition() https://docs.servicenow.com/bundle/jakarta-application-development/page/app-store/dev_port...
Regex to validate if IP in range; Javascript
// Write, Edit and Run your Javascript code using JS Online Compiler const ipRangeRegexfor172and192 =/^(172\.(1[6-9]|2[0-9]|3[0-1])|192\.168...
Activate plugin in ServiceNow PDI