Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Add a button in Shopping Hub

You can add a button in Shopping Hub, similar to the existing Don’t see what you need? button.

Before you begin

Role required: sn_shop.shopping_hub_admin or sn_shop.procurement_administrator

Procedure

  1. In the navigation filter, enter sys_ux_page_property_list.do.

  2. On the UX Page Properties, select the existing configuration for the Don't see what you need button.

Image omitted: sh-new-button-properties.png
UX Page Properties list showing the configuration for the Don't see what you need button.
  1. On the UX Page Property page, add a new link object in the Value section.
Image omitted: sh-ux-page-property.png
UX Page Property page with Value section highlighted.
  1. Add a new link object after the final entry to add the new button, following the structure shown below:

    {
                        "id": 6,
                        "type": "external",  // or "internal" if it's a ServiceNow page
                        "target": "_blank",  // or "_self" if opening in same window
                        "opensWindow": true,  // or false for internal links
                        "label": {
                            "translatable": true,
                            "message": "Your New Button Text"
                        },
    
  2. Select Update.

Result

The newly added button is displayed in Shopping Hub.

Parent Topic:Configure Sourcing and Procurement Operations

Related topics

Install Sourcing and Procurement Operations

Setting up primary data for ShoppingHub

Configure punchout for third-party site purchases

Configuring work prioritization

Customize your top suppliers on Shopping Hub

Configure conditions for merging purchase requisitions

Service portal configuration for ShoppingHub

Install ShoppingHub Mobile

Advanced Work Assignment for Source-to-Pay Operations

Install Universal Request for Sourcing and Procurement Operations