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
23m ago
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
5m 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