Raaghav
09/30/2025, 2:55 PMCeligo AI
09/30/2025, 2:55 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems like you are encountering an issue with the deployment of your SCA extension. The error message you are seeing suggests that there might be an issue with the location of your files in the FileCabinet or the configuration of your gulp task. Here are a few things you can check: 1. Make sure that all files in the RestLet folder are uploaded to a location in your account. 2. Ensure that you have a restlet script pointing to
sca_deployer.js with id customscript_sca_deployer and deployment with id customdeploy_sca_deployer.
3. Check that you have set the get, post, put, delete methods to _get, _post, _put, _delete respectively in the script.
4. Make sure that you have added the Deployment.js and FileCabinet.js scripts to the script libraries.
If you are still encountering issues, you might want to consider using a different IDE or a tool like Grunt for uploading scripts to your NetSuite account. There are also official NetSuite plugins available that might help with your deployment process.
If you are deploying to a production account and encountering an error during file validation, it might be due to the presence of .DS_Store files. These are hidden files created by macOS and can be deleted using the terminal command find . -name ".DS_Store" -type f -delete -print.
******
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
09/30/2025, 2:56 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814148068
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.810058594
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802978516
Celigo AI
09/30/2025, 2:56 PM