TDV Adapter for Pipedrive

Build 22.0.8462

MergePersons

Adds an audio recording to the call log.

Stored Procedure Specific Information

allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required columns in MergePersons are Id and MergeWithId. For example:

EXECUTE MergePersons Id = 1 , MergeWithId = 2

Input

Name Type Required Description
Id Integer True ID of a person.
MergeWithId Integer True The ID of the Person that will not be overwritten This Person data will be prioritized in case of conflict with the other Person.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462