how Redirect Home Page to Vendor Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi Team,
How to redirect user home landing page to Vendor Workspace for the users with vendor accessor role .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @armanoj
1) If you want globally effective override on login that applies regardless of the UI, you can modify your base system entry script
Refer: Role based redirection with SPEntryPage
2) you can utilize either the Next Experience Homepage Redirect Rules
Homepage Redirect Rules in Next Experience
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @armanoj
Role-based login redirect using SPEntryPage (best for your requirement)
Steps to configure
1) Find the Vendor Workspace URL
Open Vendor Workspace and copy the relative path from the browser URL.
Example format could be something like:
Plain Text/now/vendorworkspace/homeShow more lines
2) Create a new Script Include by extending SPEntryPage
Create a new Script Include, for example: VendorEntryPage.
Use this sample:
After saving:
- run cache.do
- log out and log back in
You can also refer to this ServiceNow Community thread which discusses the same requirement:
Role based redirection with SPEntryPage - ServiceNow Community
Redirect user to Workspace - ServiceNow Community
Role based redirection with SPEntryPage - ServiceNow Community
If this response addressed your question, please mark it as Helpful and accept it as the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @armanoj ,
Please navigate to All< Workspace Experience < Administration< Landing Page
and try to create new entry for your workspace and see if this works otherwise you can check below links
https://www.servicenow.com/community/developer-forum/redirect-itil-users-to-sow/td-p/3265124
news.jace.pro/i/42697
Please mark my answer correct and helpful if this works for you
Thanks and Regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
you can handle this using Homepage Destination Rule
Homepage Redirect Rules in Next Experience
High level steps
- Create a New User Criteria for users with the Vendor Accessor role but excluding the sn_sow.sow_home roles, or based on specific conditions that match your user subset.
- gs.hasRole('vendor_accessort') && !gs.hasRole('sn_sow.sow_home') && !gs.hasRole('sn_sow.sow_list')
- Add a New Homepage Destination Rule with higher priority (order field lower than the existing SOW rule) that points to your custom UI Builder page, assigned to the new User Criteria.
- Deactivate or lower precedence of the existing SOW homepage destination rule if possible, or rely on your new rule taking priority.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader