Trying to figure out how to set a "Time of Day" fi...
# suitescript
n
Trying to figure out how to set a "Time of Day" field on a netsuite record. Output I am trying to set with is 130000
b
use setValue with a Date or setText with the string
be extra weary of timezone and time format issues
n
I am using record.submitFields right now.
Guess I'll have to work on formatting before submitting im guessing?