darrenhillconsulting
05/15/2025, 2:19 PMCeligo AI
05/15/2025, 2:19 PMAI generated answer (using internal Slack threads):To get the timezone of a subsidiary record using SuiteQL, you can use the following statement:
sql
SELECT timezone
FROM subsidiary
WHERE id = :subsidiaryId
Please replace :subsidiaryId
with the actual ID of the subsidiary you want to get the timezone for.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
05/15/2025, 2:19 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.794670701
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.789172888
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.789
Celigo AI
05/15/2025, 2:19 PMCeligo AI
05/15/2025, 2:22 PM