Add a new button in Shopping Hub

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • You can add a new button in Shopping Hub, similar to the existing Don’t see what you need? button.

    Avant de commencer

    Role required: sn_shop.shopping_hub_admin or sn_shop.procurement_administrator

    Procédure

    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.

    Résultats

    The newly added button is displayed in Shopping Hub.