My Stuff
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 at first i thought it supposed to be simple :D error request as below
-
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…