Transfer with existing case number: Links not redirecting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2024 08:48 AM
Hi, we are implementing the feature to transfer with existing case number. However, we are realizing that if we have a notification that gets sent to a user, the URL on the notification (which will contain the sysid of the initial case) will direct the user to view the 'cancelled case' on the portal.
Is there a way we can redirect the user via backend logic such that no matter which link they clicked on, the system will display the latest case details when the user is viewing it on the portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 01:27 AM
Hi, this is due to the fact that the sys_id of the previous case is mentioned in the URL.
You need to create a mail script to add the sys_id of the new case to the URL and sent that in the notification.
Something like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 01:41 AM
Hi Wessel, thanks for the response. That experience, where the user gets another notification, will not be ideal as the requestor need not know that we are changing the HR Service. Ideally, it will be great if the system can redirect the user to the latest version; similar to the experience that we are getting with Knowledge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 11:44 PM
Hi, I understand, but as the sys_id is changing, you need to modify the sys_id in the URL, otherwise it will always show the old record. That's the issue with creating new records, as cases don't work like the KB articles with versions.
What you can consider for this is using Universal Requests. That way, the end-user always has one reference record to see all attached sub-cases or services. See this link for more info:
https://docs.servicenow.com/csh?topicname=ur-landing-limitedaccess.html&version=latest