Redirecting a Specific Group to Service Operations Workspace (SOW)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Overview
There are scenarios where you may want only a specific set of users to land in Service Operations Workspace (SOW) instead of the standard UI. A common example is running a pilot group before rolling SOW out more widely.
This article explains how to redirect users from a specific group to SOW using User Criteria and Homepage Destination Rules.
Use Case
Redirect only pilot users to SOW
Keep existing behaviour unchanged for all other users
Control access using group membership and roles
Prerequisites
Users must have the following roles:
itil
snc_internal
Admin access to configure:
System Properties
User Criteria
Homepage Destination Rules
Step 1: Create a Pilot Group
Navigate to User Administration → Groups
Create a new group:
Name: SOW Pilot Group
Add the required users to the group
Ensure all users in the group have:
itil
snc_internal roles
Step 2: Enable User Criteria
User Criteria must be enabled for homepage redirection to work.
Navigate to System Properties
Search for the following property:
glide.ux.user_criteria_enabledSet the value to true
Save the record
By default, this property is set to false
Step 3: Verify the SOW Homepage Destination Rule
Navigate to Homepage Destination Rules (sys_homepage_destination_rule)
Open the record SOW Landing Page
Verify the following values:
Active: true
User Criteria: ITIL non-admin
Destination: now/sow
Execution Order: as per your configuration (for example, 100)
Step 4: Update the User Criteria (ITIL non-admin)
Navigate to User Criteria (user_criteria)
Search for ITIL non-admin
Open the record
In the Groups field:
Add SOW Pilot Group
Lock the Groups field
Save the record
Step 5: Validate the Behaviour
Log in as a user who:
Is a member of SOW Pilot Group
Has itil and snc_internal roles
The user should be automatically redirected to Service Operations Workspace (SOW) on login
Important Notes
Admin users will not be redirected to SOW, even if they are added to the pilot group
This is expected behaviour because the redirection relies on the ITIL non-admin user criteria
Summary
By combining User Criteria with Homepage Destination Rules, you can control exactly which users are redirected to Service Operations Workspace. This approach works well for:
Pilot or phased rollouts
Role- and group-based workspace access
Minimizing impact on existing users
References
Tables used:
sys_homepage_destination_rule
user_criteria
sys_user_group
sys_properties