Cmdlets for Salesforce Data Cloud

Build 25.0.9434

EnableAsUpsert Parameter (Connect-SalesforceDataCloud Cmdlet)

This property determines which statements will be enabled and converted to an Upsert statement server-side.

Syntax

Connect-SalesforceDataCloud -EnableAsUpsert string

Possible Values

NONE, ALL, INSERT, UPDATE

Data Type

cstr

Default Value

"NONE"

Remarks

By default, the ALL value will enable the Insert and Update statements for all tables and to be converted as an Upsert statement server-side. * EnableAsUpsert='INSERT' enables the Insert statement and converts it to an Upsert statement server-side. * EnableAsUpsert='UPDATE' enables the Update statement and converts it to an Upsert statement server-side.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434