Skip to content

Commit 0088d32

Browse files
authored
Apply suggestions from code review
Corrected issues flagged by Acrolinx and alt text.
1 parent 4733e64 commit 0088d32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/data-factory/connector-salesforce-legacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To copy data from and to Salesforce, set the type property of the dataset to **S
229229
> [!IMPORTANT]
230230
> The "__c" part of **API Name** is needed for any custom object.
231231
232-
:::image type="content" source="media/copy-data-from-salesforce/data-factory-salesforce-api-name.png" alt-text="Salesforce connection API Name":::
232+
:::image type="content" source="media/copy-data-from-salesforce/data-factory-salesforce-api-name.png" alt-text="Screenshot showing Salesforce connection API Name.":::
233233

234234
**Example:**
235235

@@ -275,7 +275,7 @@ To copy data from Salesforce, set the source type in the copy activity to **Sale
275275
> [!IMPORTANT]
276276
> The "__c" part of **API Name** is needed for any custom object.
277277
278-
:::image type="content" source="media/copy-data-from-salesforce/data-factory-salesforce-api-name-2.png" alt-text="Salesforce connection API Name list":::
278+
:::image type="content" source="media/copy-data-from-salesforce/data-factory-salesforce-api-name-2.png" alt-text="Screenshot showing Salesforce connection API Name list.":::
279279

280280
**Example:**
281281

@@ -375,7 +375,7 @@ To query the soft deleted records from the Salesforce Recycle Bin, you can speci
375375

376376
### Difference between SOQL and SQL query syntax
377377

378-
When copying data from Salesforce, you can use either SOQL query or SQL query. Note that these two has different syntax and functionality support, do not mix it. You are suggested to use the SOQL query, which is natively supported by Salesforce. The following table lists the main differences:
378+
When copying data from Salesforce, you can use either SOQL query or SQL query. Note that these two have different syntax and functionality support, do not mix it. You are suggested to use the SOQL query, which is natively supported by Salesforce. The following table lists the main differences:
379379

380380
| Syntax | SOQL Mode | SQL Mode |
381381
|:--- |:--- |:--- |

articles/data-factory/connector-salesforce.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can explicitly set the API version used to read/write data via [`apiVersion`
4545
## Prerequisites
4646

4747
- API permission must be enabled in Salesforce.
48-
- You need configure the Connected Apps in Salesforce portal refering to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)
48+
- You need configure the Connected Apps in Salesforce portal referring to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)
4949

5050
>[!IMPORTANT]
5151
> - The execution user must have the API Only permission.
@@ -294,7 +294,7 @@ To copy data to Salesforce, set the sink type in the copy activity to **Salesfor
294294
| type | The type property of the copy activity sink must be set to **SalesforceV2Sink**. | Yes |
295295
| writeBehavior | The write behavior for the operation.<br/>Allowed values are **Insert** and **Upsert**. | No (default is Insert) |
296296
| externalIdFieldName | The name of the external ID field for the upsert operation. The specified field must be defined as "External ID Field" in the Salesforce object. It can't have NULL values in the corresponding input data. | Yes for "Upsert" |
297-
| writeBatchSize | The row count of data written to Salesforce in each batch. Suggest set this value from 10,000 to 200,000. Too little rows in each batch will reduce the copy performance. Too much rows in each batch may cause API timeout. | No (default is 100,000) |
297+
| writeBatchSize | The row count of data written to Salesforce in each batch. Suggest set this value from 10,000 to 200,000. Too little rows in each batch will reduce the copy performance. Too many rows in each batch may cause API timeout. | No (default is 100,000) |
298298
| ignoreNullValues | Indicates whether to ignore NULL values from input data during a write operation.<br/>Allowed values are **true** and **false**.<br>- **True**: Leave the data in the destination object unchanged when you do an upsert or update operation. Insert a defined default value when you do an insert operation.<br/>- **False**: Update the data in the destination object to NULL when you do an upsert or update operation. Insert a NULL value when you do an insert operation. | No (default is false) |
299299
| maxConcurrentConnections |The upper limit of concurrent connections established to the data store during the activity run. Specify a value only when you want to limit concurrent connections.| No |
300300

0 commit comments

Comments
 (0)