Hi all, I'm trying to set a `Time of Day` type fie...
# suitescript
k
Hi all, I'm trying to set a
Time of Day
type field via Suitelet, but i keep getting an
Invalid Field Value
error. I've tried using the
format
module with the format type
TIMEOFDAY
but still not setting. Anything else i could try?
b
your options are using setValue with a Date
or setText with a format module formatted string
i recall the last person who asked had problems too, and resorted to formatting using a DATETIME and splitting it into a date and a time and using the time part