Add a new button in Shopping Hub

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • You can add a new button in Shopping Hub, similar to the existing Don’t see what you need? button.

    Vorbereitungen

    Role required: sn_shop.shopping_hub_admin or sn_shop.procurement_administrator

    Prozedur

    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.

    Ergebnisse

    The newly added button is displayed in Shopping Hub.