is it possible to call a suitelet from a restlet ?
# suitescript
a
is it possible to call a suitelet from a restlet ?
b
you can if you dont care about security and use an externally available suitelet
a
yeah that won't work. I have a permissions issue around regions. In order to give permissions to read/write to it, I have to give permissions to make like system configuration changes and we don't want to do that.
the whole thing I'm trying to do is avoid a security issue
b
the less common permission escalation is to use a user event script
the better but less convenient option is a scheduled or map/reduce script
a
yeah, that works for a post, but not a get
I have been thinking about the M/R method to update