- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 12:25 PM
Is there a built-in way to apply an incident form template to multiple incidents at once? Something like selecting multiple incidents from list view and then applying the template to those incidents like the option at the bottom that lets you delete, add to update set, add tags, etc. If this needs to be a customization, what is the best practice for implementing this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 05:21 PM
Nothing OOTB, but you could create a UI action and use javascript to apply the template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2022 05:21 PM
Nothing OOTB, but you could create a UI action and use javascript to apply the template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 12:36 PM
That is exactly what I was looking for, thank you so much!