Add a new button in Shopping Hub

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • You can add a new button in Shopping Hub, similar to the existing Don’t see what you need? button.

    Antes de Iniciar

    Role required: sn_shop.shopping_hub_admin or sn_shop.procurement_administrator

    Procedimento

    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.

    Resultado

    The newly added button is displayed in Shopping Hub.