I want to show list of attachments and FileDownload control is not an option (need custom actions for every file).
To get name and size of attachments there are properties of EmbeddedObject
. AFAIK, to get modified time of attachment there is only one option: to use pure @Formula, either via session.evaluate
or view containing column with @AttachmentModifiedTimes.
Is there a way (Java/SSJS) to get attachment's modified (and created) time without native @Formulas? That means date stored with file shown in document properties for $FILE item.