Aqueel Ahmed
10/15/2021, 2:58 AMAndrii
10/15/2021, 1:05 PMAlex
10/15/2021, 6:24 PMoauth_token
under normalized-request-parameters
which token it wants?
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_157652573296.html
It's doesn't say if it's the integration token you create in Netsuite, the token you get back from the response in step two, or some other token. It specifically lists the Token Key
and Token Secret
on that page as being used but it only ever shows the Token Secret
being used to sign the request, so why bother even mentioning the Token Key
?
No matter what I try it just keeps giving me a tokenRejected
error in the audit log but it doesn't tell me which of the 4 tokens in the request it has a problem with or if its in the signature or not.AB
10/17/2021, 9:15 PMAlex Hirota
10/18/2021, 6:04 AMshree sashti
10/18/2021, 12:49 PMS Feld
10/20/2021, 2:40 PM{
"type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1|https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1>",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Error while accessing a resource. You have entered an Invalid Field Value 140 for the following field: customform.",
"o:errorCode": "USER_ERROR"
}
]
}
Alex
10/20/2021, 4:07 PMstate
to work in the TBA flow? It claims it's returned in Step Two Callback URL. But mine doesn't seem to show up.
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_156536698849.htmlDhiraj Gore
10/21/2021, 12:42 PMscrenshaw
10/28/2021, 12:41 PMKumar
10/29/2021, 12:17 PMKumar
10/29/2021, 12:18 PMHung
11/02/2021, 2:09 AMshree sashti
11/02/2021, 12:23 PMMichael
11/03/2021, 3:17 PMEdgar Valdés
11/08/2021, 4:07 PMDave Smith
11/08/2021, 5:34 PMNS Admin
11/15/2021, 6:28 PM<ns31:itemVendorList>
<ns31:itemVendor>
<ns31:vendor internalId="25030"/>
<ns31:purchasePrice>46</ns31:purchasePrice>
<ns31:preferredVendor>true</ns31:preferredVendor>
</ns31:itemVendor>
</ns31:itemVendorList>
screnshaw
11/17/2021, 3:28 PMAva
11/17/2021, 5:26 PMCould not establish connection to No more authentication methods available."
JBL
11/18/2021, 11:16 PMJBL
11/18/2021, 11:24 PMJBL
11/18/2021, 11:24 PMScot Sunnergren
11/19/2021, 9:33 PMshree sashti
11/22/2021, 11:42 AMSlackbot
11/23/2021, 9:17 PMshree sashti
11/24/2021, 11:01 AMS Feld
11/25/2021, 4:51 AM<s0:paymentMethod type="paymentMethod" internalId="7">
<platformCore:name>Amazon</platformCore:name>
</s0:paymentMethod>
but when using REST
"paymentMethod":{
"id": 7
}
or
"paymentMethod": 7
return the following error (when setting X-NetSuite-PropertyNameValidation to Error) "Unknown field name 'paymentMethod'. The field does not exist on this record instance.",Addison Regnier
12/01/2021, 9:51 PMstalbert
12/02/2021, 6:24 PMUser Events
always fire when a record is created through SuiteTalk?