ofer.e
07/13/2025, 6:59 AMCeligo AI
07/13/2025, 6:59 AMAI generated answer (using internal Slack threads):To retrieve inactive employee email addresses using SuiteQL, you can use the following query:
sql
SELECT email
FROM employee
WHERE isinactive = true
This query will return the email addresses of all employees who are marked as inactive in NetSuite. Please note that you need to have the necessary permissions to run this query and access employee data.
******
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
07/13/2025, 6:59 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812357962
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801415086
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.800470829
Celigo AI
07/13/2025, 6:59 AM