- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 06:02 AM
Hello Everyone
I have requirement to auto close the interaction record, if an incident/Request created.
Please suggest me on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 06:09 AM
Hi @Vinod S Patil ,
Please open the Create Incident or Create Request UI action on the interaction table. Add current.state = 'closed_complete' before current.update() line.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 06:09 AM
Hi @Vinod S Patil ,
Please open the Create Incident or Create Request UI action on the interaction table. Add current.state = 'closed_complete' before current.update() line.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 06:27 AM
Hello @Vinod S Patil ,
You can refer below articles and update conditions and tables as per your requirements:
https://www.servicenow.com/community/developer-forum/how-to-configure-auto-close-functionality-of-an...
https://www.servicenow.com/community/itsm-forum/interaction-to-be-automatically-closed-when-it-gets-...
If my solution helps you any way then mark it as accepted and helpful.
Thank You!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 06:30 AM
Hi @Vinod S Patil,
please check below links:
Thank you, please make helpful if you accept the solution.