view name to the JSON of "chrome_tab" workspace UX page property in UI builder

talk2aarav
Tera Contributor

Hi All.

 

Please let me know what i am missing here.

 

How can we add view name to the JSON of "chrome_tab" workspace UX page property in UI builder used for + symbol on workspace?

 

I am able to add messahe when we click on + but dont understand what(table name) to provide after "Record" in the route.

BTW sysid is not a visible parameter in the Record page .

 

{
      "label": {
        "translatable": true,
        "message": "New Incident"
      },
      "routeInfo": {
        "route": "record",
        "fields": {
          "table": "incident",
          "sysId": "-1"
        },
        "multiInstField": "sysId"
      }
}

 

Thanks & Regards

Aarav

1 REPLY 1

amrithaanayak
ServiceNow Employee
ServiceNow Employee

Hi @talk2aarav , 

Can you share more on your usecase? Are you trying to create an incident record from HR agent worksapce?