My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
Hey Thanks for the info. Possibly a stupid question: Do you manually generate the XML that you posted ? Also is tokenPassport added to the header of the request? Or, do you add the clientPass [LIST] [*]tokenPassport = client.get_type('ns0:TokenPassport') [/LIST] [LIST] [*]clientPass = tokenPassport(account=nsAccountId,…
-
Resolved.
-
Hope the below code helps someone who is starting out. digest = hmac.new(str.encode(secret), msg=str.encode(thing_to_hash), digestmod=hashlib.sha256).digest() print(digest) signature = base64.b64encode(digest).decode() tokenPassport = client.get_type('ns0:TokenPassport') PassportSignature =…
-
starlingMark Thanks for the feedback.
-
Hi Mark, thanks for the welcoming me. Wouldn't setting the mr concurrency to 1 be counterproductive? I mean running the map on several queues would be why the data would get processed quickly. Am I missing something ? Sorry this is our first experience with Mr scripting. Thanks