eric.savage-clyral
-
11/8/2012 8:37:42 AM
RE:Access attachment url from multiple attachments
If I put that in the transformation, I get the following in the view:
{%CurrentDocument.Attachments.FirstItem.AttachmentGUID%}
I don't think I understand all the technology here. If you're using the transformation inside a repeater, does CurrentDocument still apply? Also, you're referring to the property "Attachments", but as I suggested, I'm looking at a field that is of type "Document attachments", not the Attachments you add under the Properties tab in the CMS Desk.
What I need exactly is: - inside the transformation used for a repeater, to access the field of type document attachments, and access the first attachment in the list - "GetFileUrl" works for a field of type File, but not of type Document Attachments
|