Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
SuiteCommerce Advanced extension with a SuiteScript service
I'm working on an SCA extension that includes a SuiteScript 1.0 service. I ran gulp extension:deploy to Sandbox and I believe it published successfully.
I see my extension in the File Cabinet under SuiteScripts > Deploy_Extensions > Vendor > MyExtension@1.0.0, and MyService.Service.ss is in that folder under assets > services.
I also see that MyService.Service.ss shows up in the File Cabinet under Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. - SCA 2019.2 > Source > extensions > Vendor > MyExtension > 1.0.0 > services.
However, when I use my browser to perform a GET on the service I get a 404 Not Found using the relative URL sca-src-2019-2/services/MyService.Service.ss.
1