shea
require(['N/ui/message'],function(msg){ function test(){var a=msg.create({type: msg.Type.WARNING, title: "test", message:"test"}); a.show();} test()});