Last Updated: Nov 4, 2020
Use this function to execute a given SOQL query and fetche 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 |
Return Value | Description |
---|---|
Output |
|
Execute SOQL (ABCDCEF, new_user, pass@123, SELECT Id FROM Records)
To view all the Salesforce functions, click here.