Hi, Is there any way to get the form post data in ...
# suitescript
s
Hi, Is there any way to get the form post data in suite script?
n
If data comming out side the Netsuite then use Restlet script and read it or if you are passing inside netsuite then create parameters and read it
b
if you mean the data from after pressing the submit button, you use ServerRequest.parameters on the request from the Parameters
s
message has been deleted
message has been deleted
Also i am using suite script 1.0
n
Read the parameter from url
s
@Nihal Mulani can you please give me a hint to start
@Nihal Mulani this 3ds_data is not available in the url, also the type of the method is post
n
request.getParameter('ProjectId');