send survey after one day of incident is resolved

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2022 09:36 PM
I have requirement where i have to sent the survey after 1 day of its resolved time for incident.
Do we need to write scheduled job if yes then how can we trigger the survey from schedule job if no then what is the other option.
Can anyone help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2022 10:02 PM
Hi,
you can use daily scheduled job
1) check which incident got resolved 1 day before
2) then based on that trigger the survey from script
sharing few links for help
How do I create survey instances from a scheduled job?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2022 10:18 PM
do we need to create new field on incident table which will set on value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 12:03 AM
not required.
you already have OOB field on incident table i.e. resolved_at which tells you when incident is resolved
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 05:00 AM