It would be great to be able to pass any attachment id to the 'show first attachment on page load', e.g. via sql query editor.
It would be great to be able to pass any attachment id to the 'show first attachment on page load', e.g. via sql query editor.
I have a comment regarding this. Instead of defining which is the first attachment, it would even be better to define the order of the attachments, which is used for paging. Than we could do something like.
select ATT_ID
from WFDataAttachments
order by ATT_TsInsert desc
The query won't work, I just added it as an example. :)
What about a java-script action like OpenElement or StartElement to open a document in a new dialog?