Hi, Is ther any way to get the browser information...
# suitescript
s
Hi, Is ther any way to get the browser information in suitescript 1? like client_java_enabled or client_javascript_enabled ?
e
Server side or client side?
s
I am running the suitescript on server side
e
There's no browser on the server-side
👀 1
s
Is there any alternative way to do this?
e
Why do you need it? Client Script is the only script that would have access to a browser. If the client doesn't have JS enabled, then neither your scripts nor NetSuite are going to run correctly.
s
I also need height and width of the client screen.
Actually these parameters are mandatory to send in API call. And i want to get it with some environment variable.