15
Points
Questions
7
Answers
0
-
Hi I am integrating python with rest suite-talk APIs So i want to know How to implement Outbound single sign-On …
- 522 views
- 1 answers
- 0 votes
-
url=https://0000-sb1.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql data={ “q”:”SELECT id,custitem_psgss_material FROM Item” } response= { “type”: “https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1”, “title”: “An unexpected error occurred. Error ID: kekvvbn61c2gsn1zfeq7e”, “status”: 500, “o:errorCode”: “UNEXPECTED_ERROR” }
- 1K views
- 3 answers
- 0 votes
-
When i am trying to filter item search with custom field and their type is multi select then it is …
- 818 views
- 1 answers
- 0 votes
-
Hi i am integrating python with netsuite and i am using rest suitetalk apis so how can i get inventory …
- 519 views
- 0 answers
- 0 votes
-
url = acc_id/record/v1/inventoryItem?q=price GREATER_OR_EQUAL 1000 response= { “type”: “https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1“, “title”: “Invalid search query Search error occurred: Field ‘price’ for record ‘item’ was not found..”, “status”: 400, “o:errorCode”: “INVALID_PARAMETER” } and same happing when trying to filter with …
- 1K views
- 1 answers
- 0 votes
-
{ “type”: “https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1“, “title”: “Your current role does not have permission to perform this action.”, “status”: 400, “o:errorCode”: “USER_ERROR” }
- 563 views
- 1 answers
- 0 votes