Join Slack
Powered by
is it possible to access suiteql from salesforce w...
# suiteql
p
PF
03/04/2026, 9:51 PM
is it possible to access suiteql from salesforce without a restlet?
c
creece
03/04/2026, 11:54 PM
You need to either use the native rest API or create your own restlet
p
PF
03/05/2026, 12:14 AM
thank you
f
Fred Pope
03/05/2026, 1:38 AM
Yep. Just post to the rest api. curl --location '
https://ACCOUNT.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql
' \ --header 'Prefer: transient' \ --header 'Content-Type: application/json' \ --header 'Authorization: OAuth r' \ --data '{ "q": "SELECT .... " }'
5
Views
Open in Slack
Previous
Next