- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 04:57 AM
Hi community,
I had a requirement to add the short_description of the record producer to the incident's record producer and similarly when a incident is created with the record producer it should update the channel on the incident to self-service
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 06:31 AM
If you know the short description of the record producer then you can store this value in variable as a static.
for ex.
var sd= 'Application Software Incident';
current.short_description = sd;
Please hit the like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.
Thanks & Regards
Jyoti Jadhav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 05:12 AM
Hi @Chirag Pathak ,
Could you please share the snippet of the script ?
Please check and Mark Helpful and Correct if it really helps you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 05:48 AM
Hi @Chirag Pathak, The suggestions from @swathisarang98 should work. If still its not working, would it be possible to share the code snippet?
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 06:31 AM
If you know the short description of the record producer then you can store this value in variable as a static.
for ex.
var sd= 'Application Software Incident';
current.short_description = sd;
Please hit the like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.
Thanks & Regards
Jyoti Jadhav