We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Notification from record producer

servicenow14710
Tera Expert

When incident is created there is a notification triggered as default. I have created one record producer which creates an incident. Once this incident is created i need other emails to get trigger/ send notifications .

I need to send same email notification but with different recipients when incident is created from record producer servicenow.

How can i achieve this? How to differentiate from where incident is getting created. Any help is appreciated. Thanks.

12 REPLIES 12

servicenow14710
Tera Expert

@Ankur Bawiskar : Hi ankur, Recipients are added directly from notification whom to send, option. Thanks.

VyshnaviA
Tera Contributor

Hi

How to send green notification ribbon on record producers?

shubhamseth
Giga Sage

@servicenow14710 

 

  • Create a Business Rule on Incident
  • Condition: current.u_created_by_rp == true
  • Action: Use gs.eventQueue() to trigger a custom event
  • Then create a notification based on that event

 

Issue resolved? → Mark as Correct


Found value? → Mark as Helpful