Do I need Suite Analytics Connect to get the Delet...
# ask-stanley-ai
j
Do I need Suite Analytics Connect to get the DeletedRecord table via SuiteQL?
c
AI generated answer (using internal Slack threads):
Yes, you do need Suite Analytics Connect to get the DeletedRecord table via SuiteQL. Suite Analytics Connect provides ODBC access to your NetSuite data, allowing you to create complex reports and queries using SQL. The DeletedRecord table is part of the NetSuite database and can be accessed using SuiteQL via Suite Analytics Connect. This table contains information about records that have been deleted from the system, including the ID of the employee who deleted the record. Here is an example of a SuiteQL query that can be used to retrieve data from the DeletedRecord table:
Copy code
sql
SELECT * FROM DeletedRecord WHERE DeletedDate > TO_DATE ( '2021-07-27', 'YYYY-MM-DD' )
This query will return all records that were deleted after July 27, 2021. ****** 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.817618132
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817098856
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816049874
Please provide your feedback on this answer.