The CreatorCon Call for Content is officially open! Get started here.

How to know what triggered an event?

mariedutton
Giga Contributor

Hello,

Is there a way to know what triggered an event?

A record is inserted into a table and based on that an event fires and that event triggers a notification. It works as expected.   I want to make slight changes to the parameters getting passed to the event, but I can't find that code.

I know that an event can get triggered via a workflow script, a business rule, and various other things - but I can't find the one that is actually inserting this event into the events queue. Is there someplace I can look that will tell me exactly what code pushed that event into the queue?

Thanks,

MD

2 REPLIES 2

oharel
Kilo Sage

Hi Mari,



This is what usually helps me:


Where did I write that piece of code?



harel


Please mark as correct or helpful based on impact


v3nk
Kilo Contributor

Thank you very much .. This helped me with the exact same issue i was working on .