TDV Adapter for Pipedrive

Build 22.0.8462

PersonsPhone

Get all phone asscociated with persons.

Select

The adapter will use the API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.

  • Id supports the '=' operator.
  • Email supports the 'LIKE' operator.
  • Name supports the 'LIKE' operator.
  • FirstChar supports the 'LIKE' operator.
  • Phone supports the 'LIKE' operator.
  • FilterId supports the '=' operator.
  • UserId supports the '=' operator.

For example, the following query is processed server side:

SELECT * FROM PersonsPhone WHERE Id = 14

SELECT * FROM PersonsPhone WHERE Name LIKE '%Cdata%'

SELECT * FROM PersonsPhone WHERE Phone LIKE '%9876%'

SELECT * FROM PersonsPhone WHERE FirstChar = 'c'

SELECT * FROM PersonsPhone WHERE FilterId = 1
 
SELECT * FROM PersonsPhone WHERE UserId = 1                 

Columns

Name Type Description
Id [KEY] Integer Persons ID.
label String Label.
Value String Value.
Primary Boolean Primary.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
FirstChar String If supplied, only persons whose name starts with the specified letter will be returned.
FilterId Integer Filter Id.
UserId Integer User Id.

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