Tim Roberson
08/08/2025, 8:38 PMCeligo AI
08/08/2025, 8:38 PMAI generated answer (using internal Slack threads):The error message you're seeing, "The object reference [scriptid=sample_id] is missing in the project and also not included in the dependencies list", typically indicates that a script or object with the specified scriptid is not found in your project or in the list of dependencies. This could be due to a few reasons: 1. The script or object with the specified scriptid does not exist in your project. You can verify this by checking your project files and ensuring that the script or object is present. 2. The script or object is not included in the dependencies list. In SuiteScript, dependencies are defined in the SuiteScript file itself using the
define
function. Make sure that the script or object is included in the dependencies list.
3. The script or object is not correctly referenced. Ensure that the scriptid is correctly spelled and matches the actual scriptid of the script or object.
4. The order of deployment might be causing issues. Even though you've mentioned that changing the order of deployment via the deploy.xml file has no effect, it's worth double-checking this. The order in which scripts and objects are deployed can sometimes cause issues if a script or object depends on another script or object that has not yet been deployed.
5. If the scriptid is referencing a custom parameter on a script defined in your SuiteApp, ensure that the custom parameter is correctly defined and accessible.
Remember to always validate your scripts and dependencies before deployment to avoid such issues. If the problem persists, you might need to debug your project to identify the root cause of the issue.
******
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
08/08/2025, 8:39 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812305748
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802646875
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.800948799
Celigo AI
08/08/2025, 8:39 PM