In the below table(discovery_range_item_ip) item_parent is a reference field;
var range_table=new GlideRecord('discovery_range_item_ip');
range_table.addQuery('item_parent.name', "JDC_AIX1_RANGE");
range_table.query();
gs.log('Row Count'+ range_table.getRowCount());
Showing posts with label addQuery. Show all posts
Showing posts with label addQuery. Show all posts
Wednesday, March 28, 2018
Subscribe to:
Posts (Atom)
Discovery troubleshooting | Error messages
Discovery troubleshooting | Error messages - Support and Troubleshooting (servicenow.com) Description Learn how to resolve common Discover...
-
Steps to Debug Inbound REST API Calls in Service Now: 1. Make sure the property “ glide.rest.debug ” is set to true under sys_prop...
-
Get the instance name from BusinessRule in ServiceNow to avoid Hardcoding. Create a Global variable and assign the instance to it and he...
-
Error : Authentication Failure with the local MID Server Service Credentials. Cause : When Discovery is scheduled for the Wind...