<@U2C4P9YR3> You said setting hours/duration on ti...
# suitescript
r
@creece You said setting hours/duration on time should be an integer? How is this possible? I noticed it will accept an integer for hours, ie, 1=1hour, but then how do you input minutes? The records browser says the type is timetrack and I can't find any documentation.
I tried setText but it says field must contain a value.
b
should be a number
setting the
hours
field on a time bill to 1.5 should represent 1 hour 30 minutes
r
Hmm, 1:15 succeeds but 1:16 fails. 1:16 is a valid entry natively
I wonder if they limit precision
Yep, they do.
c
Looks like you figured it out
r
Good grief lol
c
Yeah its not ideal
b
you can use setText to set it like you would in the ui