Suitescript Scheduling is the setup permission you...
# suitescript
b
Suitescript Scheduling is the setup permission you need
s
I want to run it on adhoc bases. I dmt find any option to run it as other user
b
not sure what you are saying
s
I want to run the MR script from any role. But I am not able to do that. Presently I am triggering the MR script from a suitelet.
b
map reduce scripts require that a role have the Suitescript Scheduling permission to schedule the script
you either have to grant all roles that permission, or use a script that is setup to run using a role that has that permission
s
Ok
Thank you