Good afternoon. I am trying to get an Oauth2 conn...
# suitescript
s
Good afternoon. I am trying to get an Oauth2 connector to work from Power Automate to NetSuite. I managed to get the authentication piece working but now get the following when testing... { "type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4", "title": "Forbidden", "status": 403, "o:errorDetails": [ { "detail": "The salesorder record is only available as a beta record. Enable the REST Record Service (Beta) feature in Setup > Company > Enable Features to work with this record.", "o:errorCode": "INSUFFICIENT_PERMISSION" } ] } That is using a GET on https://#######.suitetalk.api.netsuite.com/services/rest/record/v1/customer/######
I do not see the specified option but we have all the options listed in the set up already turned on.
b
Oracle NetSuite Umbrella Beta Program Recruitment Form to get access to the beta, i personally would expect a hard time getting in, too many complaints about people trying to use beta features in production
s
I thought this was out of Beta as of 2020.2... There is no indication in the browser that it is beta... https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2020.2/index.html
b
a bunch of basic operations are available to a limited set of supported records
many help pages like The REST API Browser have warning about things that are beta
The limited size of the supported records should tell you how beta the api still is. They must have been under heavy pressure to rush something out
s
Thank you. Found the Beta application. Must have completely overlooked that when I was in setup activating the requirements.