view name to the JSON of "chrome_tab" workspace UX page property in UI builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 07:26 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 03:39 PM
Hi @talk2aarav ,
Can you share more on your usecase? Are you trying to create an incident record from HR agent worksapce?