Join Slack
Powered by
Does anyone know how to add parameters to a post r...
# suitescript
c
Corey Schwoebel
07/17/2020, 5:29 PM
Does anyone know how to add parameters to a post request when initiated via the submit button on a suitelet?
l
Luiz Morais
07/17/2020, 5:31 PM
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
Corey Schwoebel
07/17/2020, 5:33 PM
I figured that was the worst case. Thanks Luiz!
l
Luiz Morais
07/17/2020, 5:35 PM
Anytime !
c
Corey Schwoebel
07/17/2020, 5:42 PM
300 character limit for text fields ðŸ˜
l
Luiz Morais
07/17/2020, 5:43 PM
Use Long text.. 100000 if I'm not wrong
c
Corey Schwoebel
07/17/2020, 5:46 PM
My man, lol. According to the docs, you are correct. Thanks again.
3
Views
Open in Slack
Previous
Next