Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
Join the largest gathering of the NetSuite Community at SuiteWorld in Las Vegas, September 9-12! Discover cutting-edge innovations, attend insightful sessions, network with industry leaders, and elevate your business to new heights. Register here!
How to resolve the Script:ReferenceError: jwt is not defined using SA 1013484?
After executing the step Get JSRSASIGN which is successful
The script Get Access Token (Generate JWT) [with comments] fails
with There was an error in evaluating the Pre-request Script:ReferenceError: jwt is not defined
It fails at this line
let signedJWT = KJUR.jws.JWS.sign('PS256',stringifiedJwtHeader,stringifiedJwtPayload,secret);
All variables haver correct values.
I have noticed other code examples load the code into variables. <name>_code
and then use <name>.function.
Anyway, it is not finding the KJUR.jws.JWS.sign
Tagged:
0