Panel |
---|
borderColor | #eeeeee |
---|
bgColor | white |
---|
titleColor | white |
---|
borderWidth | 1 |
---|
titleBGColor | #232323 |
---|
borderStyle | solid |
---|
title | In this page |
---|
|
|
Insert excerpt |
---|
| _ExcerptSFDC |
---|
| _ExcerptSFDC |
---|
nopanel | true |
---|
|
...
In the SOQL query, refer to fields and objects using their names or API names as they appear in Salesforce. The resulting data sources use the corresponding labels for those fields and objects. For example, use NVMContactWorldVCCContactWorld__ACD__c
in the SOQL query to return the value of the ACD field on a task (task
) record. The corresponding data source is named Task|ACD.
...
- The SOQL Editor highlights keywords (such as
SELECT
, LIMIT
, FROM
, and so on) in your query as you type. - The SOQL Editor autocompletes data sources and custom configuration settings as you type. For example, if you type
$
or #
a list of available data sources or custom configuration keys appears. - The SOQL Editor accepts standard key combinations, such as Ctrl+A, Ctrl+C, Ctrl+X, Ctrl+V, Ctrl+Z, Ctrl+Y. Ctrl+D deletes a line in SOQL Editor.
Image Removed
Created data sources
When you save a Data Connector containing a SOQL query, a list of the data sources created by the applet appears.Image Removed