What is the syntax of IF statement to check the ro...
# suitescript
p
What is the syntax of IF statement to check the role is not admin? Something like
Copy code
if (role != 1) {}
e
if(runtime.getCurrentUser().role !== 3) {}
p
I tried this but get this warning/error: Syntax error: unterminated regular expression literal