You can add a new button in Shopping Hub, similar to the existing Don’t see what you need? button.
Procédure
-
In the navigation filter, enter sys_ux_page_property_list.do.
-
On the UX Page Properties, select the existing configuration for the Don't see what you need button.
-
On the UX Page Property page, add a new link object in the Value section.
-
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"
},
-
Select Update.