My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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.