- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Is it possible to route users to projects on the project workspace instead of the native UI when they click on links provided in the email notifications ? Is this possible without hardcoding the URL much ?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I have already provided you that information how the parameters are passed in workspace.
You can refer below page from UI builder if you want to understand how project parameters are passed in Workspace when a project number in list view is clicked
Another option you can explore is, redirect to
System automatically redirects to Project Workspace details page of the project without passing additional parameters and should be achievable. I tried it in PDI and it works, you can try to replicate in your environment.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Rachna S ,
In the notification you have used native view URL , please change to project workspace URL in notification.
Please follow link : https://www.servicenow.com/community/sysadmin-forum/how-can-we-send-configurable-workspace-urls-in-n...
Please mark helpful & correct answer if it's worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Thank you for your response. However, it does not look that straight forward to me. I've explained our challenge below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Navigation to Projects and parameters used in Project Workspace is different compared to Classic UI.
Classic UI
Same Project record in Workspace
You can try to understand the Workspace logic and achieve it but I believe it would require some level of customization.
In my PDI, I tried passing a sample record with Sys ID in workspace but view is broken and expects parameters to be passed
https://<instance>.service-now.com/pm_project.do?sys_id=<recordsysid>
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Did you get a chance to review this as I believe the information provided should answer your question.
If my response helped to guide you or answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan