Need to display message after workflow trigger
Hello,
We have a requirement to display a warning message when after a workflow status change has been triggered. Currently we are using below code to display message but it gets stored in the History tab. Can you suggest how we can trigger a message on the screen itself instead of viewing them from the History tab. Thanks.
return new ActionResult(0, “Message”);
Hello,
Workflow PX doesn’t show message on banner. If you use event framework, message can show up as banner on the status change pop up page to show errors.
Regards
Samalendu