Justin Chang
12/16/2024, 8:46 PMCeligo AI
12/16/2024, 8:46 PMAI generated answer (using internal Slack threads):The error message 'Record 'deletedrecord' was not found. SUiteQL' typically indicates that the system is unable to locate a record that has been deleted. In NetSuite, you can use SuiteQL to query the "DeletedRecord" table to find information about deleted records. For example, you can use the following SuiteQL query to get information about records deleted after a specific date:
SELECT * FROM DeletedRecord WHERE DeletedDate > TO_DATE ( '2021-07-27', 'YYYY-MM-DD' )
The "DeletedRecord" table includes a "deletedby" column, which contains the ID of the employee who deleted the record.
If you need to find out who deleted a specific task or custom record, you can create a "Deleted Record" saved search for that specific record type.
******
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
12/16/2024, 8:47 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.837470829
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830282092
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829923809
Celigo AI
12/16/2024, 8:47 PM