We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f8c70 commit ceccf78Copy full SHA for ceccf78
1 file changed
Core ServiceNow APIs/GlideNavigation/Redirect user to a new URL/open.js
@@ -0,0 +1,3 @@
1
+var callerID = g_form.getValue("caller_id");
2
+var url = "incident_list.do?sysparm_query=active=true^caller_id=" + callerID;
3
+g_navigation.open(url, "_blank");
0 commit comments