Hi,
I need to show on my process report the version of document uploaded (the document is in a process variable).
However, I can't use the function document() to find this information. Is there another way to find it?
Thank in advance,
Juri Monti
Discussion posts and replies are publicly visible
Hi Juri , I have tried this, I have created a document PV (pv!doc1) uploaded document into that pv. In my process I have created another Integer PV (pv!docVersionId) and using "document(tointeger(pv!doc1),"totalNumberOfVersions")" this expression, I am storing version number into pv!docVersionId. Called this docVersionId pv in my process report. Hope this will work for you.