Trigger 3 different Notifications based on 3 different conditions.

Insider
Giga Guru

Hello,

I am trying to trigger 3 different Notifications based on "Contact.Source" Value.

Can i write a BR to check Contact.Source value on case and trigger 3 different events using if else conditions?

or is there any other approach?

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@Insider Ideally you should use the Condition builder conditions to trigger a notification on the basis of contact source instead of triggering events based on if else conditions.

 

Screenshot 2023-11-06 at 10.53.27 PM.png

Hello Sandeep,

There is a field called Source on the contact record, on which i should write the condition. But i am not able to dot walk in the BR conditions to get contact. Source so i thought of BR events.

Vishal Birajdar
Giga Sage

Hi @Insider 

 

On which table you are writing the notifications...??

Also, on which table 'contact' field present..!!!

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

Hello Vishal,

I am writing notifications on the "Case" table and the contact is present on the "User" table.

On the BR conditions we can't dot walk to contact_source_value so i thought of using events.

Please suggest