How to know what triggered an event?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2017 12:39 PM
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
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2017 01:41 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2021 08:15 AM
Thank you very much .. This helped me with the exact same issue i was working on .