My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
No Limits. Just possibilities.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Comments
-
Postman auth It returned error below when changed Status = Testing, Log Level = Debug, no Execution Log traced { "error": { "code": "SSS_INVALID_SCRIPTLET_ID", "message": "That Suitelet is invalid, disabled, or no longer exists." }} i can't find my script record, as i sorted alphabetical order, it suppose to be show as…
-
hi Richard, how can i verify if i could ensure our record and format? Based on my latest script, i jz save the script in server, deployed. Then trial run in postman. Nothing fancy done. Is there any log i could trace? thank you { "error": { "code": "UNEXPECTED_ERROR", "message": "Unsupported file extension: " }}
-
hi Richard, yea, i reviewed my code many times but still no luck :D i change my script to even follow the sample code in here https://suiteanswers.custhelp.com/app/answers/detail/a_id/43530 script here https://us.v-cdn.net/6032262/uploads/X6KUHF042CAH/file2journalentry-js.txt at first i thought it supposed to be simple :D…
-
We also experience the same challenge. Currently we are planning after create JounrnalEntry, we would like to post the attachments along (via base64), or we also don't mind calling another standard attachment post API, then call another API to link both transaction and the attachment. But seems like it's not possible via…
-
hi all, it's resolved. Permission > Setup > added "Log in using Access Tokens" and "Log in using OAuth 2.0 Access Tokens" Ensure my user assigned with the right role one of my mistake was clicked on "Customize" in "System Administrator", i thought it will edit the role, by not noticed it auto create new role "Custom System…