Hello everyone. Is it possible to update the star...
# suitescript
e
Hello everyone. Is it possible to update the start time of a deployed script using suitescript? I've tried the following without success. Completes successfully but no observed change in record. Ultimately, what I'd like to achieve is more granular control of setting the start time - available selections currently are only every 30mins in the UI.
// Convert the string parameter to a Date object
var newStartDate = new Date(startTime); // YYYY-MM-DDThh:mm:ss
// Set the new scheduled start time
deploymentRecord.setValue({
fieldId: 'starttime',
value: newStartDate
});
b
e
Ouch! "Important The recurrenceminutes and starttime fields are not scriptable." 🙂