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
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
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');
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.