I have a question about time in NetSuite. I want ...
# suitescript
s
I have a question about time in NetSuite. I want to store a timestamp of a time, but don't want any of the timezone conversions that happen when someone is viewing the date/time field. I'm considering storing it as text, but then I also want users to be able to sort and search time properly for that field. Does anyone have any suggestions?
b
probably nothing native
you can probably do something like 2 fields that you keep in sync with a script (or maybe even a formula if you dont need to support edits)
👍 1
s
Yeah, there aren't any edits that occur on the field.