Join Slack
Powered by
How to call a Suitelet from a Map/Reduce script?
# suitescript
d
Danny Orsinger
12/23/2022, 3:21 PM
How to call a Suitelet from a Map/Reduce script?
j
jen
12/23/2022, 4:44 PM
what’s the purpose? Maybe you could do an
https.get()
?
d
Danny Orsinger
12/23/2022, 4:46 PM
That may work. Trying to get the governance limit of a map reduce with the functionality of a suitelet.
b
battk
12/23/2022, 5:24 PM
a map/reduce does not have the login session cookie required to access the internal url of a suitelet
battk
12/23/2022, 5:25 PM
which means you have to make the suitelet public and use the external url, which usually is not what you want
battk
12/23/2022, 5:26 PM
your first choice should be to use the logic from the suitelet as an custom module
7
Views
Open in Slack
Previous
Next