https://netsuiteprofessionals.com logo
Title
j

jhayczee09

12/29/2020, 9:53 AM
Hi, how to send a POST request to a back-end suitelet from a user event script?
n

Nicholas Klug

12/29/2020, 2:57 PM
Use the URL module resolveScript to get a URL to the suitelet, then use the HTTPS module post function to call it with the parameters you need.
👍 2
j

jhayczee09

12/30/2020, 12:50 AM
@Nicholas Klug thanks.