How to identify from where an event is triggered ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2020 10:45 PM
Hi,
Could any one please help me how to identify the list of places where an event is triggered?
Issue: I've an existing notification which is triggered by an event. I'm not able to identify the place where this event is triggered. I've searched in Workflow, Business rules, Script Includes, Scheduled Jobs.
Regds,
Shanker
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2020 10:47 PM
have you checked script actions ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2020 10:58 PM
all server side script place will be used to trigger the event
eg:
Workflow, Business rules, Script Includes, Scheduled Jobs,Script Actions, UI Action (server side function ) , flow Designer , email script

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2020 10:51 PM
Hi Shanker,
You can go to event registry and search for the event, you will find column fired by, which gives you info on what fired it. Also there can be ui actions which can be configured to trigger events, try searching the script in there aswell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2020 11:03 PM