JDBC Driver for Pipedrive

Build 23.0.8839

ProductsDealsPersonEmail

Get details of Products Deals person email.

Select

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

  • ProductId supports the '=' operator.
  • Status supports the '=' operator.

For example, the following query is processed server side:

SELECT * FROM ProductsDealsPersonEmail WHERE ProductId = 10

SELECT * FROM ProductsDealsPersonEmail WHERE ProductId = 10 AND status = 'open'

Columns

Name Type Description
ProductId Integer Products Id.
Label String Label.
Primary Boolean Primary.
Value String Value.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Status String Only fetch deals with specific status.

使用できる値は次のとおりです。open, won, lost, deleted, all_not_deleted

デフォルト値はall_not_deletedです。

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839