Join Slack
Powered by
You would have to query the dom to programmaticall...
# suitescript
j
jkabot
04/11/2019, 5:42 PM
You would have to query the dom to programmatically click the save button.
Copy code
var saveBtn = document.getElementById('submitter'); if (saveBtn) { saveBtn.click(); }
Open in Slack
Previous
Next