NetSuite SuiteQL Query
The action makes a call to the SuiteQL endpoint based on a query given in the inputs. It calls the endpoint described in the following official documentation: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_158394344595.html#Using-SuiteQL-with-SuiteTalk-REST-Web-Services
Action Inputs
| Name | Type | Description | 
|---|---|---|
| Account ID | String | The account ID related to the Company. This can be found in Netsuite under Setup > Company > Setup Tasks > Company Information | 
| Consumer Key | String | The consumer key provided when creating the integration application on NetSuite | 
| Consumer Secret | String | The consumer secret provided when creating the integration application on NetSuite | 
| Token ID | String | The token ID retrieved when generated the token | 
| Token Secret | String | The token Secret retrieved when generated the token | 
| Query | String | SuiteQL query to run in this action | 
Action Outputs
| Name | Type | Description | 
|---|---|---|
| Query Result | Object | Result of the SuiteQL query | 
| Query Successful? | Boolean | Whether the SuiteQL query retrieved any data | 
Updated almost 2 years ago
