How to get redirected to created RITM when submitting a catalog item on the Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2021 07:28 AM
Hi ServiceNow Community Developers,
Right now on the Service Portal when I create a request from the catalog item form the system shows me the REQ details instead of the RITM details. For instance after filling out the form on the SP and click submit the next page I get redirected into is the one with the REQ details as shown in the REQ details attached screenshot. The behavior I would like to see after clicking submit to create a request in the Service Portal is to be redirected to the RITM details as shown in the RITM details screenshot. Please advise as to how can I accomplish this functionality.
Thanks,
Johannes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2021 07:43 AM
Hi
Any reason you want to do this?
There are implications if you implement this. For e.g If you are submitting request adding multiple items in cart and then checkout then which RITM it should show??
Same with Order guide with RITM it should show?
This is happening from SC Catalog Item page
If you see for sc_request is specifically have sc_request page but for all other tickets which always creates only one record get redirects to ticket page which is nothing but your RITM page
ServiceNow Intentionally added it to eliminate issues which I have mentioned above
Hope this helps
Thank you
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2021 08:01 AM
These link have the solution; you can check those
Redirect Submit to RITM instead request on Service Portal
How do you do a redirect to a RITM on submitting a request from the Service Portal?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2024 02:08 AM
I had come across this requirement recently and utilizing other posted solutions I ran into the issue where when the client controller did not wait for the server script to respond before attempting to redirect, i had to add the .then syntax to wait until the the data was received.
 
 
 
 
  
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2024 07:02 AM
Hello Derek,
I'm looking into the same solution, can you please provide us a snip on the line