Skip to content

Commit ceccf78

Browse files
authored
Create open.js
1 parent c4f8c70 commit ceccf78

File tree

1 file changed

+3
-0
lines changed
  • Core ServiceNow APIs/GlideNavigation/Redirect user to a new URL

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)