Please note that when You want to utilize SC's option to automatically generate an output event when the input event has been processed succesfully following need to be satisfied:

1. The input event name and output event name must be the same
2. The names must end with "o", "u" or "c". This is hardcoded in the RAD applications.

Ex.

This will not work:
Input event name=pmotest
Output event name=pmotest

This will work:
Input event name=testpmo
Output event name=testpmo