Daniel Patton
06/18/2026, 1:36 PMCeligo AI
06/18/2026, 1:36 PMAI generated answer (using internal Slack threads):It seems like you are encountering a "Search error occurred: Record ‘classification’ was not found" error when running SuiteQL in a restlet but not when running SuiteQL in a Suitelet. This error typically occurs when the script does not have the necessary permissions to access the record type. Here are some steps you can take to resolve this issue: 1. Check the permissions of the role associated with the restlet: Ensure that the role has the necessary permissions to access the 'classification' record type. If the role does not have the required permissions, you will need to update the role to include these permissions. 2. Check the permission model of the custom record: Some custom records use a different permission model. You can check the permission model of the custom record by navigating to the custom record type in NetSuite and looking at the 'Access Type' field. If the custom record uses the 'Custom Record Entries' permission model, you will need to ensure that the role has the 'Custom Record Entries' permission. 3. Check the filters in your search: If your search includes filters, one of these filters may be causing the issue. Try removing each filter one by one to see if this resolves the issue. 4. Ensure the Suitelet is marked as 'released': If the Suitelet is not marked as 'released', it may not be able to access certain record types. Check the Suitelet settings to ensure it is marked as 'released'. Remember to test your changes in a sandbox environment before deploying them to your live environment to avoid any potential issues. ****** 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
06/18/2026, 1:37 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821899414
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821045
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819152892
Celigo AI
06/18/2026, 1:37 PM