Emanuel V
10/25/2024, 3:09 AM// 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
});
battk
10/25/2024, 4:37 AMEmanuel V
10/28/2024, 3:35 AM