EventQueue not triggering from Inbound action

SNowUser11
Kilo Guru

HI,

I set up the eventqueue in Inbound actions, created event and set up notification but the event is not triggered. The inbound action is executed as i checked with logs.

find_real_file.png

find_real_file.png

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

SNowUser11
Kilo Guru

Hello Community,

Just to let if anyone wants what I did at last if that helps anyone I wrote a Business Rule and it nicely triggered. 

Thanks

View solution in original post

38 REPLIES 38

 I have configured these for the incident table. Please find the snapshots below:

find_real_file.png

 

Notification:

find_real_file.png

Confused a bit I have created them all in Table 'Inbound Actions' (Event, Inbound action and notification) 

My inbound action is checking if the sender is specific email address and the subject of the email does not contain any INCIDENT number because there are other inbound actions which is OOB and creating incidents.

Hi,

Create event and notification on your target table that you created on inbound action and then check.

Also, here is how to test it.

1. once the event is triggered, go to system policy -> Events -> Event log and check if your event is fired or not

2. If the event is fired, check the state column of your event. It shoudl be processed

3. Once processed, go to system logs and search by your notification name and check if its triggered or not.

4. Also ensure that you selected right event name in the notificaiton and table is correctly selected.

Hi Asif,

Thanks for stepwise troubleshoot

Create event and notification on your target table that you created on inbound action and then check.

Created all 3 : Inbound actions/Event/Notification on sys_email table then tried all in 'inbound email action' table

Also, here is how to test it.

1. once the event is triggered, go to system policy -> Events -> Event log and check if your event is fired or not

It seems Parm1 and Parm2 are correct but then event is not triggering

find_real_file.png

2. If the event is fired, check the state column of your event. It shoudl be processed

Its Error as above

3. Once processed, go to system logs and search by your notification name and check if its triggered or not.

error

4. Also ensure that you selected right event name in the notificaiton and table is correctly selected.

event name is correct auto.response and table is sys_email as all 3 are on same table

Go to system logs, you shall see an error associated with this event name. search for your event name in the system logs and you shall see the error. kindly share that.