跳转页面的几个状况

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.htmlapp

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

相关文章
相关标签/搜索