How to change return message of Async Extend Action Menu event?
Hi All,
I have created an Async Extend Actions Menu event. When I run it, it returns a default message:
“Job submitted for running asynchronous event subscribers in the background”
I can’t modify it whatever String I return as EventActionResult from doAction() method.
Is there any way to override this behavior?
The actual String is returned if the subscriber is a Synchronous one. Problem only with Async mode.
Regards,
Swagoto