How to create a SOQL from the developer console
    • PDF

    How to create a SOQL from the developer console

    • PDF

    Article summary

    summary

    When specifying Data Destination as Data Destination, a SOQL must be prepared for ETL Configuration.
    This page explains how to create SOQLs from within the Salesforce developer console.

    1. Log in to Salesforce.
    2. Click on Developer Console from the menu in the upper right corner.

    image.png

    1. Select FileOpen Resource.

    image.png

    1. Select the object to be acquired from the Open Resource screen.

    image.png

    1. A SOQL is created by selecting the columns to be retrieved and clicking Query. Please note that "*" cannot be used in SOQL due to syntax restrictions. To execute the query, click on execute in the lower left corner.

    image.png

    Please note the following two points about SOQL

    1. Due to the limitations of the Bulk API, only a single object can be used, so table joins are not possible.
    2. Note that object-type columns cannot be retrieved due to Bulk API restrictions. For example, an Apex Type of address is an object type as follows.

    image.png

    TIPS

    • Apex Type is datetime, it can be linked to TROCCO as timestamp type by passing through the format function.

    image.png


    Was this article helpful?