ADO.NET Provider for Pipedrive

Build 26.0.9655

DealsUpdatesFrom

Returns the sender details for mail message updates in the activity feed of a specific deal.

View-Specific Information

SELECT

The provider uses 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 provider.

ColumnSupported Operators
DealId=
AllChanges=
Items=,IN

For example, the following queries are 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 References Description
Id [KEY] Integer The unique identifier of the sender record.
DealId Integer The unique identifier of the deal whose mail message senders are returned.
EmailAddress String The email address of the message sender.
PersonId String The unique identifier of the Pipedrive person record linked to the sender.
PersonName String The full name of the Pipedrive person record linked to the sender.
MessagePartyId Integer The unique identifier of the mail message party record for the sender.
Name String The display name of the message sender.

Pseudo-Columns

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

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

The allowed values are 1.

Items String item specific updates

The allowed values are call, activity, plannedActivity, change, note, deal, file, dealChange, personChange, organizationChange, follower, dealFollower, personFollower, organizationFollower, participant, comment, mailMessage, mailMessageWithAttachment, invoice, document, marketing_campaign_stat, marketing_status_change.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655