Alli Deacon
03/30/2021, 12:25 AMtask.Create()
. I am getting an error that scriptId
is missing.
Here is that code where I'm trying to call it. I've tried both string and numeric id's. No luck:
var mapReduceScriptTask = task.create({
taskType: task.TaskType.MAP_REDUCE,
scriptID : 'customscript_transaction_bulk_update',
deploymentId : 'customdeploy_transaction_bulk_update',
params : {
"custscript_requestbody" : request['recList']
}
});
battk
03/30/2021, 12:28 AMscriptId
vs scriptID
Alli Deacon
03/30/2021, 12:30 AM