
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2019 11:09 AM
Is there a way to OOB tell if an incident was created by a template?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2019 07:16 AM
It was deiced that this was not needed. However I think the easiest way would be to create a true/false filed and have the person who create the templates set it to true in all their templates. He only allow management to create templates so that would work for us.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2019 11:21 AM
You will have to create custom field on your incident table to store template id.
Then, create business rule to store template id on incident table.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2019 11:37 AM
How would I determine though a business rule that a template was applied so I could grab the template ID?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2019 12:15 PM
Please check below which should help you with code for template ID field
https://www.servicenowguru.com/system-definition/advanced-templates/
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2019 05:21 AM
This seems to be a different way to choose a template to apply rather then just knowing which one they applied.