Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
How to redirect Service Portal Catalog item - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • How to redirect Service Portal Catalog item
KB0656003

How to redirect Service Portal Catalog item


20017 Views Last updated : Jul 10, 2025 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

This article describes some of the ways to set up redirection on successful orders.

Resolution

  1. Widget Instance level (SC Catalog Item widget) Catalog item redirection
    To redirect all users to a specific page after each catalog item submission:
    • Go to /sp?id=sc_cat_item.
    • Press Ctrl + Right Click and select Instance Option.
    • For the option Successful Order Page, choose the desired page.
    • Note: In the same widget instance, there is an option to add a default page. Choose the desired table in the Successful Order Table field.
    • Once you have successfully configured these, you should be able to click on the link generated in the success message to navigate to the desired page/record.
    • If you want users to auto-redirect to the configured pages on submission, check the Auto Redirect on Successful Order option.
  2. Record producer script redirection
    • If you are looking for specific page redirection based on a script for Record Producer, use this example script:
      producer.portal_redirect = "?id=sc_home"

Related Links

For more information, see the product documentation topic: Populate record producer data and redirect users

 Note: Auto Redirect on Successful Order must be selected for this implementation to work.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.