Does sales order trandate store time?
# ask-stanley-ai
s
Does sales order trandate store time?
c
AI generated answer (using internal Slack threads):
The
trandate
field in NetSuite does not store time. It is a
date
type field and only stores the date of the transaction. The confusion might arise from the fact that in the schema browser it is shown as
date/time
, but in reality, it only stores the date. When sending a value for this field via SOAP, you should only send the date value. If you send the time portion along with timezone offset, it will not affect the
trandate
as it does not store time, but it might ensure you don't set the wrong day due to timezone differences. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802549958
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802182257
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797502458
Please provide your feedback on this answer.