プロフィール
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
コメント
-
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