Tab Configuration Workspace

Опубликовано: 15 Июль 2026
на канале: Servicenow Technology
2,106
6

This video will assist you to config tab items to generate records.
GitHub Link To Import Changes: https://github.com/ServiceNowTechnolo...
Tab Config JSON
---------------
{
"contextual": [
"record"
],
"newTabMenu": [
{
"label": {
"translatable": true,
"message": "Order Food"
},
"routeInfo": {
"route": "record",
"fields": {
"table": "x_1183263_servic_0_order",
"sysId": "-1"
},
"multiInstField": "sysId"
},
"condition": {
"tableDescription": {
"table": "x_1183263_servic_0_order",
"canCreate": true
}
}
},
{
"label": {
"translatable": true,
"message": "Add New Dish"
},
"routeInfo": {
"route": "record",
"fields": {
"table": "x_1183263_servic_0_dishes",
"sysId": "-1"
},
"multiInstField": "sysId"
},
"condition": {
"tableDescription": {
"table": "x_1183263_servic_0_dishes",
"canCreate": true
}
}
}
],
"maxMainTabLimit": 10,
"maxTotalSubTabLimit": 30
}