Stop prevent to reopen incident when state is closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 06:24 AM
Hi All,
currently we are using just normal inbound action for reopen incidents, now we have requirement that if we received any reopen mail , if incident is closed, instead of reopen the closed ticket ,want to create new record for that,
Anyone please help me with inbound action script that would be helpful.
#inbound action #email #inbound @#script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 06:36 AM
you need to update the OOB inbound action and check if incident is closed then create a new one
what did you try so far and what's not working?
Did you debug it?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 10:05 AM
Hi @Ankur Bawiskar ,
sorry for delay in responce, i have used below code, it is not working