is it possible to call a suitelet from a restlet ?
b
battk
09/30/2021, 11:38 PM
you can if you dont care about security and use an externally available suitelet
a
aerin
09/30/2021, 11:40 PM
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.
aerin
09/30/2021, 11:41 PM
the whole thing I'm trying to do is avoid a security issue
b
battk
09/30/2021, 11:42 PM
the less common permission escalation is to use a user event script
battk
09/30/2021, 11:43 PM
the better but less convenient option is a scheduled or map/reduce script
a
aerin
09/30/2021, 11:44 PM
yeah, that works for a post, but not a get
aerin
09/30/2021, 11:44 PM
I have been thinking about the M/R method to update