How to call a Suitelet from a Map/Reduce script?
# suitescript
d
How to call a Suitelet from a Map/Reduce script?
j
what’s the purpose? Maybe you could do an
https.get()
?
d
That may work. Trying to get the governance limit of a map reduce with the functionality of a suitelet.
b
a map/reduce does not have the login session cookie required to access the internal url of a suitelet
which means you have to make the suitelet public and use the external url, which usually is not what you want
your first choice should be to use the logic from the suitelet as an custom module