Hello everyone, I want to make some field maps in...
# suitescript
m
Hello everyone, I want to make some field maps in SuiteScript, I am trying to define if we do it with functions or with JS classes, do you know if it is possible to use classes in SS? I'm just asking because I've never seen someone use classes in SS. Thank you very much!
s
I use classes in SS 2.1 all the time. Works per the standard so far.
however, for simple field maps why not an object rather than classes? Or possible even the native
Map
?