- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:07 PM
need help in setting up assigned to logged in user when clicked on new incident from chrome tab + icon
I tried to set the value using chrome tab json but its not working ,below json
"label": {
"translatable": true,
"message": "New Incident"
},
"routeInfo": {
"route": "record",
"fields": {
"table": "incident",
"sysId": "-1"
},
"params":{"query":"assigned_to=g_user.userID"
},
"multiInstField": "sysId"
},
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 01:21 AM
You can update the query to
"params":{"query":"assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 01:21 AM
You can update the query to
"params":{"query":"assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 01:23 AM
Update the params property to
"params":{"query":"assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe"