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.

How to call ESC portal from new tab in CSM/FSM workspace using the (+) icon - [chrome_tab property]

Community Alums
Not applicable

Hi all, 

I have a requirement to route to the ESC portal homepage using a new button within the + icon in the workspace. 
I have updated the JSON property but its only showing the catalog items from one specific category and not all. I want to show the homepage of the ESC portal so that every catalog item is visible across all categories.

Adding the JSON code added below: 

{
       "label": {
"translatable": true,
"message": "Employee Portal"
},
"routeInfo": {
"route": "record",
"fields": {
"table": "sc_cat_item",
"sysId": "-1"
    },
"multiInstField": "sysId"
},
"condition": {
"tableDescription": {
"table": "sc_cat_item",
"canCreate": true
}
}
   },

Appreciate any suggestions and help.
1 REPLY 1

Narendran Dhana
Tera Contributor

Hi Ashwin, 

May I know, did you managed to achieve this requirement?

 

Regards, 

Narendran