Categories

Versions

You are viewing the RapidMiner Studio documentation for version 9.2 - Check here for latest version

Delete Salesforce (Cloud Connectivity)

Synopsis

This operator deletes records of a Salesforce object from the input example set.

Description

This operator deletes entries of a Salesforce object from the input example set in the specified Salesforce instance. Each example of the input data will delete one Salesforce object, identified by the ID attribute.

If the skip invalid parameter is selected, each example for which the deletion in Salesforce failed will be ignored.

Input

  • input (IOObject)

    The example set containing the entries which should be deleted. The entries are identified by a Salesforce ID.

Output

  • through (IOObject)

    The unmodified input example set.

Parameters

  • connection The connection details for the Salesforce connection have to be specified. If you have already configured a Salesforce connection, you can select it from the drop-down list. If you have not configured a Salesforce connection yet, select the icon to the right of the drop-down list. Create a new Salesforce connection in the Manage connections box. This includes username, password and the security token. The URL is predefined but can be changed to work on a different API version. Range: configurable
  • skip_invalid_rows If selected, skips and ignores failed deletions of a record. In such cases, invalid deletion IDs will be skipped. If not selected, the process will fail if a record cannot be deleted and revert all previous deletions. Range: boolean