SLA should stop when email communication is made on incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 11:55 PM
Hi,
SLA should stop when any email communication is made on incident. Email is send via quick message.
Thanks in advance
Deepika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 12:00 AM
Found similar kind of post with solution on community. Do check the link below:
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 12:15 AM
Hi Anubhav,
Thanks for the reply.
Can you help me with the scripting part of the business rule and on which table it is created on?
Thanks
Deepika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 12:54 AM
Record is created on 'sys_email' table so you may create BR on this table with filter than Target record is Incident record and Created by is not 'admin' or 'system' and than in Script you can check the custom checkbox you create on Incident table.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 01:14 AM
Hi Anubhav,
I have created one field on incident table 'respond to' with true/false type and as you said to check the custom checkbox.
I didn't get that. Can you please explain.
Thanks in advance.
Deepika