My Stuff
Check out Oracle NetSuite upcoming events and conferences here
See All the Unlockable Badges
See All the Unlockable Badges
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
Comments
-
I've added the uuid in the header as well as "Accept: */*" (in the header) but it still require the body. I've asked the API provider to change the GET to accept a parameter in the url.
-
Hi Nicole, Thanks for the reply. I've tried to add the uuid to the header but got the same result. I will try again maybe I've done it wrong. I will ask the API provider if they can change it so I can pass the uuid in a parameter in the url string.
-
I fixed it. The problem was not that it can not read it but more in how the content are sent back Object of arrays.
-
Hi Mikko, We are reading a Googlesheet that we then check against support cases, if new entry we create a new case else we update the case with the relevant data. I will check on the googleAPI maybe it is some parameter to pass to get it returned as an array or object.
-
Got it working!!!! I needed to apply query-string stringify to the data portion i.e 'grant_type' : 'client_credentials','client_assertion_type':"urn:ietf:params:oauth:client-assertion-type:jwt-bearer",'client_assertion': <JWT Token> Then it worked. I found this by searching the web with the error 'unsupported_grant_type'.…
-
Sorry for not responding, just needed to complete some urgent things. Will retest everything and let you know.
-
Hi Mikko, I will try it. What is strange is that this error references the code grant flow and not the client credential flow. I will still try your suggestions.
-
Thanks Mikko. The details column show "InvalidGrantType"
-
Hi Mikko, This is what is in the audit trail: Date: '2022/09/15 10:25' IP: 'xxxxxxx' Satus: 'Failure' Request UIR:'/services/rest/auth/oauth2/v1/token'
-
Mikko, I see the following in the Login Audit Trail: Date: '2022/09/15 10:25' IP: 'xxxxxxx' Satus: 'Failure' Request UIR:'/services/rest/auth/oauth2/v1/token' What I found from the Postman request is a Authorization in the Header that I have no idea how it is constructed. Below my Response from Postman(See the…
-
Hi, guess I'll have to wait until the enhancement is implemented.
-
I've deleted the cache and tried it on different browsers but that did not changed. We found a script that was checking on permissions that caused the template not to load. The permission restriction was not on the role but on users in a subsidiary.
-
I've tried Michelle's suggestion. First the template is not set as Private. Second I added the Email template under Global Permissions and set it to Edit as well as Full. I logged the user out and then back in again. The user still don't have access to the template. I'm looking and trying. ? Thanks for you support and help.
-
So I'm trying to see if I can get the foreign keys for customer and subsidiaries but according to the records browser I should have a field like represents_subsidiary_id or customer.representingsubsidiary but I don't see that. I'm not sure if it is based on access or not. If I look in the subsidiaries table I'm suppose to…
-
I've created a custom Warehouse Manager role with the SuiteAnalytics Connect permission and I can see the base tables
-
I've resolved the issues. I found I had my create record statement inside of my for loop meaning it tried to create a record for every iteration instead of create record only at the top most layer.
-
Hi, I've not yet changed the fields to some static values. It is my next step. I was thinking of creating maybe custom segments or custom lists to test it. I've not tried it in different script types. I'll look into it. I'm not sure about a function, I'm not proficient in suitescript yet. Below the vehicle make and model…
-
The screenshot is of the custom record created for the vehicle details I need help to resolve this issue. I have a custom record to record vehicle details for customers. I can add details from UI with no problem but I need to add vehicle details from an API call. I have a clientside script that execute a call to the API…
-
The first screenshot is the customer details and the second screenshot is the vehicle screen. When I add a vehicle on the screen everything works