Invoicesattachments
Invoicesattachments
Columns
| Name | Type | Description |
| InvoicesInvoiceId [KEY] | Long | InvoicesInvoiceId of Invoicesattachments |
| AttachedDocumentId [KEY] | Long | The unique identifier of the attached document. |
| LastUpdateDate | Datetime | LastUpdateDate of Invoicesattachments |
| LastUpdatedBy | String | LastUpdatedBy of Invoicesattachments |
| FileName | String | The file name of the attachment. |
| DmFolderPath | String | The folder path of the attachment. |
| DmDocumentId | String | Value that uniquely identifies the attachment. |
| DmVersionNumber | String | Version number of the attachment. |
| Url | String | The URL of the attachment. |
| Uri | String | The URI of the attachment. |
| FileUrl | String | The URL of the attachment. |
| UploadedText | String | The text of the attachment. |
| UploadedFileContentType | String | The content type of the attachment. |
| UploadedFileLength | Long | The length of the attachment file. |
| UploadedFileName | String | The name of the attachment file. |
| ContentRepositoryFileShared | Bool | Indicates whether the attachment is shared. |
| Title | String | The title of the attachment. |
| Description | String | The description of the attachment. |
| ErrorStatusCode | String | The error code, if any, for the attachment. |
| ErrorStatusMessage | String | The error message, if any, for the attachment. |
| CreatedBy | String | CreatedBy of Invoicesattachments |
| CreationDate | Datetime | CreationDate of Invoicesattachments |
| FileContents | String | The contents of the attachment. |
| ExpirationDate | Datetime | The expiration date of the contents in the attachment. |
| LastUpdatedByUserName | String | LastUpdatedByUserName of Invoicesattachments |
| CreatedByUserName | String | CreatedByUserName of Invoicesattachments |
| AsyncTrackerId | String | An identifier used for tracking the uploaded files. |
| FileWebImage | String | FileWebImage of Invoicesattachments |
| DownloadInfo | String | JSON object represented as a string containing information used to programmatically retrieve a file attachment. |
| Category | String | The category of the attachment. |
| Type | String | The type of the attachment. |
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 |
| InvoiceId | Long | InvoiceId |
| Finder | String | finder |