DealsActivities
Get all Deals Activities assigned to a particular User.
Select
The add-in 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 add-in.
- DealId supports the '=' operator.
- Done supports the '=' operator.
- Exclude supports the '=,IN' operators.
For example, the following query is processed server side:
SELECT * FROM DealsActivities WHERE DealId = 246
SELECT * FROM DealsActivities WHERE DealId = 246 AND done = 0
SELECT * FROM DealsActivities WHERE DealId = 246 AND Exclude IN ('240', '241')
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Id. | |
| ActiveFlag | Boolean | Active Flag. | |
| AddTtime | Datetime | Add Ttime. | |
| AssignedToUserId | Integer | Assigned To UserId. | |
| Attendees | String | Attendees. | |
| BusyFlag | Boolean | BusyFlag. | |
| IncludeContext | String | Include Context. | |
| CompanyId | Integer | Company Id. | |
| MeetingClient | String | Meeting Client. | |
| MeetingId | String | Meeting Id. | |
| MeetingUrl | String | Meeting Url. | |
| CreatedByUserId | Integer | CreatedBy UserId. | |
| DealDropboxBcc | String | Deal Dropbox Bcc. | |
| DealId | Integer | Deal Id. | |
| DealTitle | String | Deal Title. | |
| Done | Boolean | Whether the activity is done or not 0 = Not done, 1 = Done If omitted returns both Done and Not done activities.
The allowed values are 0, 1. | |
| DueDate | Date | Due Date. | |
| DueTime | Time | Due Time. | |
| Duration | Time | Duration. | |
| FileCleanName | String | FileCleanName. | |
| FileId | String | FileId. | |
| FileUrl | String | FileUrl. | |
| EventId | String | eventId. | |
| CalendarEtag | String | CalendarEtag. | |
| CalendarId | String | Calendar Id. | |
| NotificationTime | Datetime | Notification Time. | |
| NotificationUserId | Integer | Notification UserId. | |
| LeadId | String | Lead Id. | |
| Location | String | Location. | |
| AreaLevel1 | String | AreaLevel1. | |
| AreaLevel2 | String | AreaLevel2. | |
| Country | String | Country. | |
| FormattedAddress | String | FormattedAddress. | |
| Lat | Double | Lat. | |
| Locality | String | Locality. | |
| Long | Double | Long. | |
| PostalCode | String | PostalCode. | |
| Route | String | Route. | |
| StreetNumber | String | StreetNumber. | |
| Sublocality | String | Sublocality. | |
| Subpremise | String | Subpremise. | |
| MarkedAsDoneTime | Datetime | MarkedAsDoneTime. | |
| Note | String | Note. | |
| NotificationLanguageId | Integer | NotificationLanguageId. | |
| OrgId | Integer | OrgId. | |
| OrgName | String | OrgName. | |
| OwnerName | String | OwnerName. | |
| Participants | String | Participants. | |
| PersonDropboxBcc | String | Person Dropbox Bcc. | |
| PersonId | Integer | PersonId. | |
| PersonName | String | PersonName. | |
| PublicDescription | String | PublicDescription. | |
| MasterActivityId | String | MasterActivityId. | |
| Rule | String | Rule. | |
| RuleExtension | String | RuleExtension. | |
| ReferenceId | Integer | ReferenceId. | |
| ReferenceType | String | ReferenceType. | |
| Series | String | Series. | |
| SourceTimezone | String | SourceTimezone. | |
| Subject | String | Subject. | |
| Type | String | Type. | |
| UpdateTime | Datetime | UpdateTime. | |
| UpdateUserId | Integer | UpdateUserId. | |
| UserId | Integer | UserId. |
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 | |
| Exclude | String | A comma-separated string of activity IDs to exclude from result. |