12-13-2012 06:11 AM
Hi,
The answer to this question might be trivial. But i didn't solve this problem yet.
Here is a template to generate a CSV document, implemented in Nuxeo Studio. Output is a list of documents, and associated meta datas, in a given folder.
<#list This as doc>
"${doc["dc:title"]}";"${doc["dc:description"]}";"${doc[ "dc:creator"]}";"${doc["abs:Author"]}";"${doc["abs:ProcessLifeCycle "]}";"${doc["abs:orpha_id"]}";"${doc["abs:pat_id"]}"; "${doc["dc:created"]}";"${doc["dc:modified"]}";"${doc[ "abs:ongoingWorkflow"]}";"${doc["abs:abstract_type"]}"; "${doc["abs:invitation_status"]}"
</#list>
Everything is functional.
Yet, users would like to get the permalink for each domcument in this list.
${docUrl} isn't working, empty output.
What expression should i use to get the permalink for each document in this query?
Thanks in advance.
Sincerely yours.
12-16-2012 11:13 AM
I suggest you to create it yourself:
http://yourserver/nuxeo/nxdoc/default/${doc.id}/view_documents
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.