- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 12:47 PM
UI Action
Name: Assign to Me
Table: Incident [incident]
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 12:36 AM
Hi @MihirG,
You may try with the following script in UI Script Section.
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 05:19 AM
Hello @MihirG ,
There is one small mistake in your code. When we call the Script include, we have to pass the function name in 'sysparm_name' variable. Please rename your variable name from 'sysparm_Recordcheck' to 'sysparm_name' and it will work.
ga.addParam('sysparm_name', 'incidentAssignedto');
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 12:36 AM
Hi @MihirG,
You may try with the following script in UI Script Section.
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 05:19 AM
Hello @MihirG ,
There is one small mistake in your code. When we call the Script include, we have to pass the function name in 'sysparm_name' variable. Please rename your variable name from 'sysparm_Recordcheck' to 'sysparm_name' and it will work.
ga.addParam('sysparm_name', 'incidentAssignedto');
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!