Solved

Error in Custom Event

  • 18 December 2023
  • 1 reply
  • 74 views

Userlevel 2
Badge +6

Hi,

I have setup a custom event to the table FNDCN_APPLICATION_MESSAGE_TAB and have created an email even action based on this. However, when executing it will show below error message. Anyone can help me to resolve this.

i.e. When changing event action to stream message, it is working properly. 

 

 

icon

Best answer by dsj 18 December 2023, 17:19

View original

1 reply

Userlevel 7
Badge +20

Hi @TopDeepaW ,

 

This happens due to that event action email itself tries to create an application message

Best thing is to create a SQL type event action and post your logic to send the email in a background job.

Following topic describe the similar issue and hope will guide you to solve the error!

How can i avoid a mutating problem with a custom event that sends emails when an application message finishes? | IFS Community

 

Cheers!

Damith

 

Reply