Attachments
Create, update, delete, and query information regarding attachments.
Table-Specific Information
Select
The server uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the server.
SELECT * FROM Attachments
Delete
You must specify the Id in the WHERE clause when executing a delete against this table.
DELETE FROM Attachments WHERE Id = '3152079000000431011'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
Id |
| AttachmentOwner_Id | String | False |
AttachmentOwner Id |
| AttachmentOwner_FirstName | String | True |
AttachmentOwner FirstName |
| AttachmentOwner_LastName | String | True |
AttachmentOwner LastName |
| AttachmentOwner_Email | String | True |
AttachmentOwner Email |
| AttachmentOwner_Name | String | True |
AttachmentOwner Name |
| ModifiedBy_Id | String | False |
ModifiedBy Id |
| ModifiedBy_FirstName | String | True |
ModifiedBy FirstName |
| ModifiedBy_LastName | String | True |
ModifiedBy LastName |
| ModifiedBy_Email | String | True |
ModifiedBy Email |
| ModifiedBy_Name | String | True |
ModifiedBy Name |
| CreatedBy_Id | String | False |
CreatedBy Id |
| CreatedBy_FirstName | String | True |
CreatedBy FirstName |
| CreatedBy_LastName | String | True |
CreatedBy LastName |
| CreatedBy_Email | String | True |
CreatedBy Email |
| CreatedBy_Name | String | True |
CreatedBy Name |
| CreatedAt | Datetime | True |
CreatedAt |
| ModifiedAt | Datetime | True |
ModifiedAt |
| FileName | String | False |
FileName |
| Size | Long | False |
Size |
| ParentID_Id | String | False |
ParentID Id |
| ParentID_Name | String | True |
ParentID Name |
| RecordId | Long | True |
RecordId |
| ModuleName | String | False |
ModuleName |
| Editable | String | False |
Editable |
| FileId | String | False |
FileId |
| Type | String | False |
Type |
| State | String | False |
State |
| LinkUrl | String | False |
LinkUrl |
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 |
| DuplicateCheckFields | String |
The field(s) to be used for checking duplicate records in an upsert. The REST API allows for more than one field in the duplicate check but the BULK API only allows one field. |
| Trigger | String |
To trigger the rule while inserting record into CRM account. |
| Converted | Bool |
To get the list of converted records. |
| Approved | Bool |
To retrieve the list of approved records. Default value is true. |
| CustomViewId | Long |
The custom view Id to be used for filtering this record. Will work when useCOQL=false. |