ServiceNow Code Snippets
Thursday, April 5, 2018
Use of addJoinQuery() & addCondition() on GlideRecord
Usage of addJoinQuery() & addCondition()
https://docs.servicenow.com/bundle/jakarta-application-development/page/app-store/dev_portal/API_reference/glideRecordScoped/concept/c_GlideRecordScopedAPI.html?title=GlideRecord#addJoinQuery&gsc.tab=0
Newer 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