DealsUpdatesAttachments
Get details of deals Updates Attachments.
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 DealsUpdatesAttachments WHERE DealId = 3 SELECT * FROM DealsUpdatesAttachments WHERE DealId = 246 AND AllChanges = 1 SELECT * FROM DealsUpdatesAttachments WHERE DealId = 246 AND Items IN ('activity', 'call')
Columns
Name | Type | Description |
Id [KEY] | Integer | Id. |
ActiveFlag | Boolean | ActiveFlag. |
ActivityId | String | ActivityId. |
AddTime | Datetime | AddTime. |
Cid | String | Cid. |
DealName | String | DealName. |
DealId | Integer | dealid. |
Description | String | Description. |
FileName | String | FileName. |
FileSize | Integer | FileSize. |
FileType | String | FileType. |
InlineFlag | Boolean | InlineFlag. |
LogId | String | LogId. |
MailMessageId | String | MailMessageId. |
MailTemplateId | String | MailTemplateId. |
Name | String | Name. |
OrgId | Integer | OrgId. |
OrgName | String | OrgName. |
PeopleName | String | PeopleName. |
PersonId | String | PersonId. |
PersonName | String | PersonName. |
ProductId | String | ProductId. |
ProductName | String | ProductName. |
RemoteId | String | RemoteId. |
RemoteLocation | String | RemoteLocation. |
S3Bucket | String | S3Bucket. |
UpdateTime | Datetime | UpdateTime. |
Url | String | Url. |
UserId | Integer | UserId. |
LeadId | Integer | Lead Id. |
LeadName | Integer | Lead 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 |