Bulk Read Records (SOQL)
Operation name
Bulk Read Records (SOQL)
Function overview
Reads records from an object all at once using Salesforce Bulk API 2.0.
This component uses Bulk API 2.0 queries.
To check technical details, go to salesforce.com and check the page for Bulk 2.0 queries and other related pages in the Bulk API Developer Guide.
Data model
The data model of this component is table model type.
Properties
For details on use of variables, refer to Variables.
Basic settings
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
|---|---|---|---|---|
|
Name |
Required |
Not available |
Enter a name to use on the script canvas. |
|
Required settings
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
|---|---|---|---|---|
|
Authentication settings |
Required |
Not available |
Select a connection resource (OAuth) to use for authentication.
|
|
|
Connection settings |
Required |
Not available |
Select a connection resource.
|
|
|
SOQL |
Required |
Available |
Enter SOQL. |
|
|
Field list |
Required |
- |
Specify fields. Each field can be operated with the following buttons:
|
|
|
Field list/Target |
- |
Not available |
Select whether or not to include each field in target to read.
|
|
|
Field list/Label |
- |
Not available |
Enter the label for the field. |
|
|
Field list/Name |
- |
Not available |
Enter the field name (system name). |
|
|
Field list/Type |
- |
Not available |
Enter the name of the type in Salesforce. |
|
|
Field list/Inner type |
- |
Not available |
Select the inner type for HULFT Square. |
|
Property actions
|
Item name |
Description |
Remarks |
|---|---|---|
|
Refresh field list |
SOQL is executed to retrieve the field list and refresh it. |
If there is no execution result for the SOQL, retrieval of the field list fails. Either add records to the object to be read or set the fields manually. |
Option
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
|---|---|---|---|---|
|
Read deleted records |
Optional |
- |
Specify whether or not to read the data that has been deleted from Salesforce. If you enable this setting, logically deleted data is read using QueryAll. Note
Records are returned by this operation according to the specifications of the Salesforce QueryAll API. |
|
Data processing method
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
|---|---|---|---|---|
|
Data processing method |
Optional |
Not available |
Select a data processing method.
|
|
Comment
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
|---|---|---|---|---|
|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Schemas
Input schema
None.
Output schema
It's table model type.
For schema structure, refer to Table model type .
|
Element name |
Column name |
Description |
Remarks |
|---|---|---|---|
|
row |
|
Repeats as many times as the number of data items. |
|
|
column |
The field value set for Field list |
The field value set for Field List is output. |
|
Loading schema in Mapper
The schema is loaded automatically.
Specify the schema of the data to be loaded.
For details, refer to Edit Schema.
Mass data processing
Mass data processing is supported.
Parallel Stream Processing
PSP is supported.
For details on PSP, refer to Parallel Stream Processing.
Available component variables
|
Component variable name |
Description |
Remarks |
|---|---|---|
|
count |
The number of records that were read successfully is stored. |
Note
When you use PSP, the component variable count isn't supported. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored.
|
|
|
error_type |
When an error occurs, the error type is stored. |
|
|
error_message |
When an error occurs, the error message is stored. |
|
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Message codes, exception messages, and limitations
|
Connector |
Message code |
Exception message |
Limitations |
|---|---|---|---|
>