On a different thread about Map/Reduce.... Does anyone know what permissions are needed for a role to be able to create a new MapReduce task?
I have created a suitelet which, when POST'ed, uses N/task to create a background Map/Reduce job.
The suitelet permissions all run fine, however, I am being returned a PERMISSION_DENIED error on the very line of code which calls task.submit()
The role which is receiving this error has "Full" Permissions to "Setup | SuiteScripts".
Anyone tackled this same issue?