megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here!
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
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. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.

My Stuff

Wei Tat Newbie

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…