either use ```ffObj.setValue({ fieldId: "custbod...
# suitescript
b
either use
Copy code
ffObj.setValue({
  fieldId: "custbodyscheduled_delivery_date",
  value: new Date("2019-09-07T00:00:00.000Z")
});