JDBC Driver for Pipedrive

Build 23.0.8839

DealsUpdatesFrom

Get details of Deals Updates From.

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 本製品.

  • DealId supports the '=' operator.
  • AllChanges supports the '=' operator.
  • Items supports the '=,IN' operators.

For example, the following query is processed server side:

SELECT * FROM DealsUpdatesFrom WHERE DealId = 3 
SELECT * FROM DealsUpdatesFrom WHERE DealId = 246 AND AllChanges = 1
SELECT * FROM DealsUpdatesFrom WHERE DealId = 246 AND Items IN ('activity', 'call')

Columns

Name Type Description
Id [KEY] Integer Id.
DealId Integer Deal Id.
EmailAddress String EmailAddress.
PersonId String PersonId.
PersonName String PersonName.
MessagePartyId Integer MessagePartyId.
Name String Name.

Pseudo-Columns

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

Name Type Description
AllChanges String Whether to show custom field updates or not

使用できる値は次のとおりです。1

Items String item specific updates

使用できる値は次のとおりです。Activity, plannedActivity, note, file, change, deal, follower, participant, mailMessage, mailMessageWithAttachment, invoice, activityFile, document

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