- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 06:11 PM
Hi,
I am trying to find the trigger for this notification. After investigating, I found the trigger event in the "Fired by" section, which says, "Script include after verifying user in Password reset flow." This is where I got lost—I don't know where to go from here. How can I find the exact script that triggered this event?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 06:24 AM - edited 08-28-2024 06:25 AM
Assuming that the Fired By field is correct in your screenshot and the event is indeed fired by a script include, you could go to the sys_script_include table, then set your filter up to look like this.
This would search through all the script fields in the script include records for that text, which if they are firing the event from a script include, they are most likely using gs.eventQueue(), which would include your event as an argument. If that doesn't return any results, I would repeat that same query on the Business rule table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 06:24 AM - edited 08-28-2024 06:25 AM
Assuming that the Fired By field is correct in your screenshot and the event is indeed fired by a script include, you could go to the sys_script_include table, then set your filter up to look like this.
This would search through all the script fields in the script include records for that text, which if they are firing the event from a script include, they are most likely using gs.eventQueue(), which would include your event as an argument. If that doesn't return any results, I would repeat that same query on the Business rule table.