Identify if an incident was created from a tempalte

Brian Lancaster
Tera Sage

Is there a way to OOB tell if an incident was created by a template?

1 ACCEPTED SOLUTION

Brian Lancaster
Tera Sage

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.

View solution in original post

12 REPLIES 12

sachin_namjoshi
Kilo Patron
Kilo Patron

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

How would I determine though a business rule that a template was applied so I could grab the template ID?

Please check below which should help you with code for template ID field

 

https://www.servicenowguru.com/system-definition/advanced-templates/

 

Regards,

Sachin

This seems to be a different way to choose a template to apply rather then just knowing which one they applied.