TypeError: Cannot find function includes in object
^Received this error when trying to see if a string existed within an array of strings. Does NetSuite not support the .includes function?
a
Akbeard
05/07/2019, 5:06 PM
I would do a loop on each element of the array then search for the string you are looking for. I have had this same problem