Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

UI Builder chrome_menu

SystemsGo
Tera Contributor

Hi Experts,

 

I would like to click the menu link the direct the page to a UX page with in the UI Builder Portal.

 

So How can I set that chrome_menu?

For example: Click All Asset List , then direct to page: /now/customer-portal/all-asset-list

 

how can I change the following json file?

[
  {
    "value": {
      "label": {
        "translatable": true,
        "message": "Asset"
      }
    },
    "children": {
      "items": [
        {
          "value": {
            "label": {
              "translatable": true,
              "message": "Asset List"
            }
          },
          "children": {
            "items": [
              {
                "value": {
                  "label": {
                    "translatable": true,
                    "message": "All Asset List"
                  },
                  "type": "route",
                  "value": {
                    "route": "now-experience-page",
                    "parameters": {
                      "pageId": "87c767312b25329088e4fe76ce91bf19",
                      "portal": "customer-portal",
                      "alias": "all-asset-list"
                    }
                  }
                }
              },
              {
                "value": {
                  "label": {
                    "translatable": true,
                    "message": "In stock Asset List"
                  },
                  "type": "route",
                  "value": {
                    "route": "article",
                    "fields": {
                      "sysId": "3020c9b1474321009db4b5b08b9a712d"
                    }
                  }
                }
              }
            ]
          }
        },
        {
          "value": {
            "label": {
              "translatable": true,
              "message": "Asset Usage"
            }
          },
          "children": {
            "items": [
              {
                "value": {
                  "label": {
                    "translatable": true,
                    "message": "Asset by User"
                  },
                  "type": "route",
                  "value": {
                    "route": "article",
                    "fields": {
                      "sysId": "3020c9b1474321009db4b5b08b9a712d"
                    }
                  }
                }
              }
            ]
          }
        }
      ]
    }
  }
]

SystemsGo_0-1764751962193.png

 

0 REPLIES 0