ExpensesAttachments
The attachments resource is used to manage documents that the user has attached to the expense item.
Columns
Name | Type | Description |
ExpensesExpenseId [KEY] | Long | ExpensesExpenseId of ExpensesAttachments |
AttachedDocumentId [KEY] | Long | Value that uniquely identifies the attachment associated with an expense. |
LastUpdateDate | Datetime | LastUpdateDate of ExpensesAttachments |
LastUpdatedBy | String | LastUpdatedBy of ExpensesAttachments |
DatatypeCode | String | Data type code of the attachment. |
FileName | String | File name of the attachment. |
DmFolderPath | String | Address of the folder that contains attachments associated with an expense. |
DmDocumentId | String | The unique identifier of the attachment. |
DmVersionNumber | String | The version number of the attachment. |
Url | String | URL of the attached file. |
CategoryName | String | Category of the attached file. |
UserName | String | UserName of ExpensesAttachments |
Uri | String | URI where the attachment is present. The value is appended to the application to generate the final URL. |
FileUrl | String | URL to which a file is attached. |
UploadedText | String | Text uploaded as an attachment. |
UploadedFileContentType | String | Content type of the uploaded attachment. Possible values are JPG and PNG. |
UploadedFileLength | Long | Length of the attachment file. |
UploadedFileName | String | Name of the attachment file. |
ContentRepositoryFileShared | Bool | Indicates whether the attachment is shared. |
Title | String | Title of the attachment. |
Description | String | Description of an attachment. |
ErrorStatusCode | String | Error code, if any, for the attachment. |
ErrorStatusMessage | String | Error message, if any, for the attachment. |
CreatedBy | String | CreatedBy of ExpensesAttachments |
CreationDate | Datetime | CreationDate of ExpensesAttachments |
FileContents | String | Contents of the file. |
ExpirationDate | Datetime | Expiration date of the attachment contents. |
LastUpdatedByUserName | String | LastUpdatedByUserName of ExpensesAttachments |
CreatedByUserName | String | CreatedByUserName of ExpensesAttachments |
AsyncTrackerId | String | Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files. |
FileWebImage | String | FileWebImage of ExpensesAttachments |
DownloadInfo | String | JSON object represented as a string containing information used to programmatically retrieve a file attachment. |
PostProcessingAction | String | The name of the action that can be performed after an attachment is uploaded. |
ExpenseId | Long | ExpenseId of ExpensesAttachments |
Finder | String | Finder of ExpensesAttachments |
PersonId | String | PersonId of ExpensesAttachments |
Request | String | Request of ExpensesAttachments |
SysEffectiveDate | String | SysEffectiveDate of ExpensesAttachments |