Benjamin Cookson
04/28/2025, 8:43 PMCeligo AI
04/28/2025, 8:43 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** Based on the conversations, it seems like you're having trouble with deploying your theme and missing .tpl files. This could be due to several reasons: 1. Incorrect File Path: Ensure that your files are in the correct directory. NetSuite has specific folders where files can be uploaded. For instance, resource files can only be uploaded into the /SuiteScripts/, /Templates/E-mail Templates/, /Templates/Marketing Templates/, /Web Site Hosting Files/ folder. 2. Hidden Files: Sometimes, hidden files like .DS_Store can cause issues. You can use the terminal command
find . -name ".DS_Store" -type f -delete -print
to find and delete these files.
3. Errors during Deployment: If you're getting an error during deployment, make sure that you've uploaded all files in the RestLet folder to a location in your account. Also, ensure that you have a restlet script pointing to sca_deployer.js with id customscript_sca_deployer and deployment with id customdeploy_sca_deployer. The get, post, put, delete methods should be set to _get, _post, _put, _delete respectively in the script. Additionally, the Deployment.js and FileCabinet.js scripts should be added to the script libraries.
If you've checked all these and the issue persists, it might be a more complex problem that requires a deeper look into your specific setup.Celigo AI
04/28/2025, 8:43 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.786162
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.781725109
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.769843578
Celigo AI
04/28/2025, 8:43 PM