Last Updated: Feb 14, 2022
Use this function to execute a given SOQL(Salesforce Object Query Language) query and fetch the result.
Execute SOQL (token, username, password, SOQL)
Input Parameter Name | Description |
---|---|
token | Token used to connect to particular Salesforce account |
username | Salesforce account username |
password | Salesforce account password |
SOQL | SOQL query to be executed |
To know more about token, click here.
Return Value | Description |
---|---|
Output |
|
Execute SOQL (ABCDCEF, john@gmail.com, pass@123, SELECT Id FROM Records)
To view all the Salesforce functions, click here.