this text works in my dev console: ```require(['N/...
# suitescript
s
this text works in my dev console:
Copy code
require(['N/ui/message'],function(msg){ function test(){var a=msg.create({type: msg.Type.WARNING, title: "test", message:"test"}); a.show();} test()});