Marjorie
09/29/2025, 4:55 PMCeligo AI
09/29/2025, 4:55 PMAI generated answer (using internal Slack threads):To add files in the Extension folder when extending frontend and backend models for Return Authorization module in SCA, you would need to follow these steps: 1. First, you need to access the SuiteCommerce Advanced (SCA) source code. This is typically done by cloning the repository from your NetSuite account. 2. Once you have the source code, navigate to the Extensions directory. This is where you will add your new files. 3. Create a new directory for your extension. The name of the directory should be descriptive of the functionality you are adding. For example, if you are extending the Return Authorization module, you might name your directory "ReturnAuthorizationExtension". 4. Inside your new directory, create two subdirectories: one for frontend and one for backend. 5. In the frontend directory, you can add JavaScript files to extend the frontend models. These files should follow the AMD (Asynchronous Module Definition) format used by SCA. 6. In the backend directory, you can add SuiteScript files to extend the backend models. These files should follow the SuiteScript API. 7. After adding your files, you will need to deploy your extension. This is typically done by running a gulp task that bundles your extension and uploads it to your NetSuite account. Please note that this is a high-level overview and the exact steps may vary depending on your specific setup and requirements. Always refer to the official NetSuite documentation and the SuiteCommerce Advanced Developer's Guide for the most accurate and up-to-date information. ****** 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/29/2025, 4:55 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.786743283
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.780700803
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.77783215
Celigo AI
09/29/2025, 4:55 PM