Attachables
Attachables
Columns
Name
Type
ReadOnly
References
Filterable
Sortable
Description
Id [KEY]
String
True
true
true
The Id of the attachable.
SyncToken
String
True
false
false
The version number of the entity. This must be specified when executing an update or delete.
MetaData_CreateTime
Datetime
True
true
true
The time the record was created.
MetaData_LastUpdatedTime
Datetime
True
true
true
The time the record was last updated.
FileName
String
False
true
true
FileName of the attachment.
Size
Integer
False
true
true
Size of the attachment.
ContentType
String
False
true
true
ContentType of the attachment.
Category
String
False
true
true
Category of the attachment.
Latitude
Double
False
true
true
Latitude from where the attachment was requested.
Longitude
Double
False
true
true
Longitude from where the attachment was requested.
Note
String
False
true
true
Note either related to the attachment or as a standalone note.
PlaceName
String
False
true
true
PlaceName from where the attachment was requested.
Tag
String
False
true
true
Tag name for the requested attachment.
AttachableRefAggregate
String
False
false
false
Aggregate that specifies the transaction object to which this attachable file is to be linked
FileAccessUri
String
False
true
true
FullPath FileAccess URI of the attachment.
TempDownloadUri
String
False
true
true
TempDownload URI which can be directly downloaded by clients.
Last updated