Join Slack
Powered by
Hello, anyone here who some experience using https...
# suitescript
j
Julian Concepcion
07/15/2020, 9:45 AM
Hello, anyone here who some experience using
https.post.promise
? I've been dealing with
.then
part not executing. More details on my stackoverflow question
https://stackoverflow.com/questions/62911996/https-post-promise-then-not-called
b
battk
07/15/2020, 6:27 PM
don't use N/log for debugging clientside
j
Julian Concepcion
07/15/2020, 7:02 PM
Hi it's not just the log that's not working, I have a function called inside
.then
which is executed when called via pageInit, but not when called via the button.
b
battk
07/15/2020, 7:05 PM
use a debugger; statement to debug
Open in Slack
Previous
Next