is there a way via api to trigger a map reduce scr...
# suitescript
s
is there a way via api to trigger a map reduce script if yes any docs would be help full meaning to create a map/reduce task via api
b
s
This is a external application using suitetalk
b
use a user event script to do the tasking
s
How does the user event get triggered
b
on save of a record
k
Using userscript will trigger numerous of times if you have volume of records creation. I would suggest you to do it through suitelet based on
s
suitelet creating an external URL?
b
a restlet is a good option if you wanted options that arent suitetalk related
s
so if I go the restlet route that will give me an external URL ?
k
You could use Restlet but, it is going to be authenticated, if you want to bypass authorization then go through SuiteLet with external URL
s
no i need auth i cant have a url exposed to trigger script
k
Then you could go through RestLet
s
would you have the link to sample reslet with auth