Join Slack
Powered by
Does anyone tried redirecting custom button in sui...
# suitescript
t
Tyn Guardian
09/21/2021, 7:12 AM
Does anyone tried redirecting custom button in suitelet to 'POST' instead of 'GET'? Any reference would help.
t
tuli
09/21/2021, 7:15 AM
You can add a submit button, that sends the post request to suitelet.
t
Tyn Guardian
09/21/2021, 7:16 AM
yeah I already have a submitbutton.. Can I use a mutiple submit button in Suitelet?
t
tuli
09/21/2021, 7:18 AM
You should be able to add multiples, but not sure if they can perform different operations.
👍 1
n
NElliott
09/21/2021, 7:58 AM
Add a custom button, add client script for that button function, client script function performs a
https.post
👍 3
b
battk
09/21/2021, 8:04 AM
you can use
HTMLElement.click
after getting the submit button element using one of the element selectors like
Document.getElementById
👍 1
2
Views
Open in Slack
Previous
Next