Hi All, is it possible to add an n/ui/message in a workflow action script? If so, what method would I call? In a user event script I call: ctx.form.addPageInitMessage({message: msg}); which works great. I’m getting an unexpected suitescript error when I try to use it in a workflow action script.