Hello, Im trying to verify if a GET call has some ...
# suitescript
i
Hello, Im trying to verify if a GET call has some parameters, using
Object.hasOwnProrperty()
but doesn't seem to be working, it says
typeError: Cannot find default value for object.
When I log the params object in fact has some results I even did a
for(var key in object)
just to see if it printed me the keys and it is. Any idea way this is happening?