1. Business rule 跳轉可使用: action.setRedirectURL(url);html
2.ui action 跳轉可使用: g_navigation.open(url,'_blank'); (資料參考: https://docs.servicenow.com/bundle/jakarta-application-development/page/app-store/dev_portal/API_reference/GlideNavigationV3/concept/c_GlideNavigationV3API.html)app
3.client script 跳轉可使用: ide
var url = "sp?id=sc_cat_item&sys_id=69c9f091db15db80d4eb7b088c9619dd&re_call_id="+newValue;ui
top.window.location = url;url
4.widget client controller 跳轉可使用: $window.location.href ='';spa