Hello everyone, am getting the following error whe...
# suitescript
b
Hello everyone, am getting the following error when trying to use the Object.values() JS object method in a Restlet
Copy code
error code: UNEXPECTED_ERROR error message:TypeError: Cannot find function values in object function Object() { [native code for Object.Object, arity=1] } . (tt_analysis_restlet.js$8046675#43)
However the Object.keys() method seems to be executing just fine on the same object. Anyone know how to solve this ?