Skip to main content
Solved

How can I see if my custum event is triggerd


Forum|alt.badge.img+4
  • Do Gooder (Customer)
  • 7 replies

Hi,

I made a custum event and action.

But nothing happens.

First I want to check if my event is triggered.

Were can I find evidence that the event is triggered ?

Mfg,

Dietmar

Best answer by MitDenukN

Hi @Dietmar ,

This is what I do when I need to confirm whether this event is actually triggering with the relevant database change.

Just put a simple error message in execute online SQL type event action  and do the change.

This error should pop up if your event is working.

 ERROR_SYS.record_general('', 'ERR:  Test Error from Custom Event');   

 

View original
Did this topic help you find an answer to your question?

5 replies

Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11

Whether it is for IFS Cloud or Enterprise Explorer, if you turn on the log window or debug console respectively, on the server trace you should see entries for EVENT_SYS and Fnd_Event_Action_API with the name of your custom event.


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • 7 replies
  • June 10, 2022

In the log window I see:

 

9:25:47 ERROR - CANOTCNGSTATUS - (Server Application Error): TEST Event is triggered by Dietmar. Database error occurred. Contact administrator. undefined

09:25:47 ERROR - Command error: (CANOTCNGSTATUS) - TEST Event is triggered by Dietmar., details: "[{\"code\":20110,\"message\":\"ORA-20110: CustomerOrder.CANOTCNGSTATUS: TEST Event is triggered by Dietmar.\"}]" undefined

09:25:47 DEBUG - CMD(1): Error: TEST Event is triggered by Dietmar.

09:25:47 DEBUG - CMD(1): Done finishCommand.

 

Thx!!


Forum|alt.badge.img+16
  • Superhero (Partner)
  • 446 replies
  • June 10, 2022

Hi

 

It also might be helpful:

Solution Manager\Monitoring\Server Alert Log

You have to enable following option to gather error logs:

 


Forum|alt.badge.img+15
  • 277 replies
  • Answer
  • June 10, 2022

Hi @Dietmar ,

This is what I do when I need to confirm whether this event is actually triggering with the relevant database change.

Just put a simple error message in execute online SQL type event action  and do the change.

This error should pop up if your event is working.

 ERROR_SYS.record_general('', 'ERR:  Test Error from Custom Event');   

 


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • 7 replies
  • June 10, 2022

Hi, thanks for your reactions. This both helps!!

MfG,

Dietmar


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings