- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 02:46 PM
I have a catalog item used for a variety of user account requests - new account creations, server access etc.
There is one process for password resets that exists outside this form. Is there a way to redirect user to a specific URL if they select a specific combination of variables.
For example, if they select Request Type = Password Reset can I automatically route them to a URL when they select that Request Type, but selection of other request types would leave them in this Catalog Item?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2022 11:49 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 02:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 10:03 PM
You can have URL variable type which holds the external URL
Show this variable only when the Request Type = Password Reset
You can simply use catalog UI policy for this
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
04-20-2022 06:07 AM
Thank you - I have this on the catalog item already but the ask from the Business Stakeholder is to automatically redirect the user upon selection of a combination of values within the variables. I agree this may not be the best user experience if user mistakenly selects something, but I would like to know if it is possible and if so, how