How to auto message in the UI page after status change

I want the system message a checklist/to-do list and display on the website (just like click the comment or reply button) on the website after the status after status change. I have set the condition successfully. And I tried all default actions but failed. Could anyone suggest me. Thanks a lot!
Best,
Paul Yiu

I found the RecordCorrespondence or RecordComment should be useful for it.


But It failed. It only send the email out and cant display in the web UI.

Develop a script or event listener that monitors the specified event or status change in your system.
When the trigger event occurs, this script should be designed to render or display the checklist/to-do list on your website.

1 Like

Locate the data source where the checklist/to-do list is stored. This could be a database, a file, or another system.