You are here

public function SalesforceMappingInterface::alwaysUpsert in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::alwaysUpsert()
  2. 8.3 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::alwaysUpsert()

Return TRUE if this mapping should always use upsert over create or update.

Return value

bool Whether to upsert, ignoring any local Salesforce ID.

1 method overrides SalesforceMappingInterface::alwaysUpsert()
SalesforceMapping::alwaysUpsert in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Return TRUE if this mapping should always use upsert over create or update.

File

modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php, line 256

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function alwaysUpsert();