Basic Information

appmixer.salesforce.crm.Query

1.0.0

Public

Executes the specified SOQL query. See more in the SOQL Docs .

Input Ports

in

FieldTypeDescription
SQL Query text Enter an SOQL query. See more in the SOQL Docs .
Output Type select Choose whether you want to receive the result set as one complete list, or one row at a time or stream the rows to a file. For large datasets, streaming the rows to a file is the most efficient method.

Output Ports

out

emptyResult

FieldTypeDescription
totalSize -
done -
records -

Full Metadata