How to add a tag to a ticket created through a record producer

JPSS
Tera Contributor

How to add a tag to a ticket created through a record producer (During insertion)

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

Hi @JPSS 

 

you can create an after Business Rule on table sc_item_produced_record 

 

And in that BR implement a small script to assign the required tags to the referenced task record. You can take a look at the following article to learn how to do this: https://www.servicenow.com/community/developer-articles/scripted-tags/ta-p/2306155 

Maik