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

NameTypeDescription
Account IDStringThe account ID related to the Company. This can be found in Netsuite under Setup > Company > Setup Tasks > Company Information
Consumer KeyStringThe consumer key provided when creating the integration application on NetSuite
Consumer SecretStringThe consumer secret provided when creating the integration application on NetSuite
Token IDStringThe token ID retrieved when generated the token
Token SecretStringThe token Secret retrieved when generated the token
QueryStringSuiteQL query to run in this action

Action Outputs

NameTypeDescription
Query ResultObjectResult of the SuiteQL query
Query Successful?BooleanWhether the SuiteQL query retrieved any data