Redirect UI16 module links to Service Operations Workspace
Redirect classic UI16 module navigation links to the equivalent Service Operations Workspace (SOW) experience.
시작하기 전에
Role required: sn_exp_redirect.sn_redirect_config_admin
이 태스크 정보
주:
- The option to enable the classic UI16 module navigation links redirection feature and configure as required is available in the SOW Admin Center only for the upgrade or existing instances.
- In new instances, this feature is enabled by default at the base system and cannot be configured. All users are automatically redirected to the SOW. To modify this setting, you must consult ServiceNow.
- When the sn_sow_itsm_admin.experience_redirection_enabled.sow system property is set to true, selecting any configured UI16 module navigation link redirects all users to the equivalent SOW experience, bypassing all application-level and user group conditions.
프로시저
다음에 수행할 작업
Apart from the above admin configuration, the UI16 module must support the link redirect configuration. To verify, select the Edit Module option on the UI16 module and ensure the following:
- The Link Type field is set to URL.
- The Argument field must reference the Redirect Handler Endpoint (sn_exp_redirect_redirect_handler.do).
- The required query parameters has the following format:
- coreui: URL for Classic UI (Core UI). For example,
incident.do%3Fsysparm_query%3D... - uib: URL for the UIB (SOW experience)
- type: Identifier of the module type
- product: Product identifier. For example, MIM (for Major Incident Management)
- coreui: URL for Classic UI (Core UI). For example,
- The URLs passed in the coreui and uib parameters must be URL-encoded. If the URLs contain special characters or spaces, the redirection fails because the system splits parameters at ampersand (&) boundaries.
- & (ampersand): %26
- (space): %20
- ? (question mark): %3F
- =(equals): %3D
For example: A Core UI URL with additional query parameters must encode all internal special characters. For example,
incident.do%3Fsysparm_query%3Dcategory%3Dnetwork%2526state%3D1주:Do not pass raw URLs with unencoded special characters. The redirection fails if URL encoding is missing.
sn_exp_redirect_redirect_handler.do?coreui=incident_list.do?sysparm_query=major_incident_state%3Dproposed%5Eactive%3Dtrue%5EEQ&uib=/now/sow/list/params/list-id/b3ae077843887110f275a32d68b8f236&type=app_module&product=mim