Lorenzo
03/13/2025, 2:34 PMCeligo AI
03/13/2025, 2:34 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that you can retrieve some information about deleted transactions through SuiteQL or a saved search. However, the information you can get is limited. You can use a SuiteQL query against the "DeletedRecord" table to get some information. For example, you can use a query like this:
SELECT * FROM DeletedRecord WHERE DeletedDate > TO_DATE ( '2021-07-27', 'YYYY-MM-DD' )
. This table also has a "deletedby" column, which is the ID of the employee that deleted the record.
However, it's important to note that you won't be able to see the record itself, but the deleted day/time and who did it. Also, it's not guaranteed that you will be able to find all deleted transactions, as some users reported that they couldn't find certain deleted records in the results.
******
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
03/13/2025, 2:34 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828857362
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823372185
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821905077
Celigo AI
03/13/2025, 2:34 PM