- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2016 09:49 AM
Hello,
We have a catalog item, where in one of the questions, if they answer "No", I would like it to direct the user to another catalog item.
How would I go about doing that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2016 09:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2016 09:50 AM
window.location.href = 'url'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2016 11:02 AM
would this be a client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 08:56 AM
Hi,
I am trying to achieve a similar design but my decision box would be a reference field not a selectbox, however I am unable to do so.
Is there a particular format of the url that needs to be given?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2016 09:56 AM
You may use UI actions, and create a List Choice. More info here: UI Actions - ServiceNow Wiki
Or
A script in catalog UI policies: Service Catalog UI Policy - ServiceNow Wiki
Please post this same question in the service catalog area, should get more visibility: Service Catalog