My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
I saw I had a bug in the ns.package.json file where it referenced "javascript" instead of "ssp-libraries". I corrected that but the results are the same.
-
Thank you.
-
Figured it out. I missed that the client-side code needs to call getExtensionAssetsPath('services/MyService.Servcie.ss'). That returns a path like 'extensions/Vendor/MyExtension/1.0.0/services/MyService.Service.ss'. Feed that to getAbsoluteUrl and it works.