Has anyone wrote any code to modify a script deplo...
# suitescript
m
Has anyone wrote any code to modify a script deployment through suitescript ? I am trying to load and set the start date and start time for a map reduce script but its not working
Copy code
var record2= nlapiLoadRecord('scriptdeployment', id, {recordmode: 'dynamic'});
record2.setFieldValue('status' , 'SCHEDULED');
record2.setFieldValue('startdate' , new Date());
record2.setFieldValue('starttime' , 1100);
nlapiSubmitRecord(record2,true);
s
I believe the sheduling isnt scriptable.
b
Script Deployment's should be a warning
m
hmmm i figured oh well