or ```ffObj.setText({ fieldId: "custbodyschedule...
# suitescript
b
or
Copy code
ffObj.setText({
  fieldId: "custbodyscheduled_delivery_date",
  value: format.format({
    value: new Date("2019-09-07T00:00:00.000Z"),
    type: format.Type.DATE
  })
});