- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 01:53 AM
Hi All,
We have an inbound action that create incident and when there are keywords on email, a sperate script include is there to call the keywords from inbound.
And when there is non relevant keywords, from script include i have restricted creating incident through setAbort(true) action. in this case I want to trigger notification to caller saying due to invalid keywords incident didnt created.
I have written an even and notification tested this on incident table as well as on sys_email table but event is not firing.
Condition in script include:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 03:46 AM
I believe the event is not even being fired from script include
Please check if event is getting triggered by navigating to System Log > Events and searching by event name. Also check if Parm1 and Parm2 contain valid values if you find the event record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 02:40 AM
Hi Manmohan Yes, checked that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 03:46 AM
I believe the event is not even being fired from script include
Please check if event is getting triggered by navigating to System Log > Events and searching by event name. Also check if Parm1 and Parm2 contain valid values if you find the event record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 03:52 AM
Hi Manmohan,
I checked in event logs and observed logs are generating on incident table.
But I have created event and notification on sys_email table.
Please suggest.