Does anyone know how to add parameters to a post r...
# suitescript
c
Does anyone know how to add parameters to a post request when initiated via the submit button on a suitelet?
l
You need to create a hidden field to hold the data that you wanna sent to post and get this field value on POST
c
I figured that was the worst case. Thanks Luiz!
l
Anytime !
c
300 character limit for text fields 😭
l
Use Long text.. 100000 if I'm not wrong
c
My man, lol. According to the docs, you are correct. Thanks again.