Notifications on different tables

Poorva Bhawsar1
Tera Contributor

Hi Community,

I need to trigger 2 notifications simultaneously. One is approval email which is on approval table and this i am triggering using business rule because my workflow is on RITM table and other notification is just an info notification on RITM table.

How can i trigger 2 notifications at a time which are on different tables.

Thanks,

Poorva

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

From your BR or you can do the same. 

You will eventually trigger an event , only thing to note is that instead of current object pass the Glide Record object of the record in the second parameter.

gs.eventQueue('<Event Name>',<GlideRecord Object of the record>,<parm 1>, <parm 2>);
-Anurag

Poorva Bhawsar
Mega Sage

I tried this, but its not working.

Poorva Bhawsar
Mega Sage

I changed the event name, so, for both events are same.

Both are getting triggered, but one is showing as type send-ignored.

What could be the reason behind this?

I have changed the weight to 0 and it started sending both notifications simultaneously.

Thanks for your help.