My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Action Required: Review and submit pending reconciliation matches before the NetSuite upgrade to avoid rework. After 26.2, unsubmitted matches will be unmatched. For more details, see SuiteAnswers 1047397
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.