anyone use the 2.0 ui/message module before? I just uploaded a UE script I wrote, and I get the following error message when I try to create a script record from the file:
Fail to evaluate script: {“type”“error.SuiteScriptModuleLoaderError”,“name”“MODULE_DOES_NOT_EXIST”,“message”:“Module does not exist: N/ui/message.js”,“stack”:[]}
and this is my ‘define’ block in the script:
define([
‘N/record’,
‘N/ui/message’,
‘../Modules/360CB_MOD_Date’,
‘../Third Party/moment/moment.min’
]
any ideas? thanks!