Have a scheduled script that calls a suitelet. I ...
# suitescript
r
Have a scheduled script that calls a suitelet. I have found out that the sched script can only successfully call the suitelet if the
Available Without Login
is checked. Is this the only option?
k
Maybe use N/task to trigger it as a scheduled script or map/reduce instead of as a suitelet?
b
use the code from the suitelet as a custom module
s
if you need to actually call the suitelet via http for some reason, you can use TBA
r
Thanks for all the suggestions