Add a new button in Shopping Hub

  • Release version: Zurich
  • Updated December 4, 2025
  • 1 minute to read
  • You can add a new 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.
      UX Page Properties list showing the configuration for the Don't see what you need button.
    3. On the UX Page Property page, add a new link object in the Value section.
      UX Page Property page with Value section highlighted.
    4. 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"
                          },
    5. Select Update.

    Result

    The newly added button is displayed in Shopping Hub.