11-29-2018 01:46 AM
Hi,
I want to display document version in all workflow forms, for this i understood to modify/override the object finder js file.
But in that the item object doesn't have version property, it has the aspect array with versionable property but without value.
Can anyone help me to display version number of document in workflow forms.
Below is the code from object-finder.js which im referring to...
return function ObjectFinder_fnRenderCellListItemName(elCell, oRecord, oColumn, oData)
{
var item = oRecord.getData(),............
12-16-2018 10:41 PM
Hi Prachi,
Thanks for responding.
Actually i was talking about displaying version number in document listing next to document name in workflow forms.
I have made use of the below mentioned web script to get version history by nodeRef and captured only the first item from
JSON response to get the updated version.
12-06-2018 09:59 PM
Hi Faiz,
For this first, you may need to add one custom form field in which you have to get a document and find out version of that document from version history and show it to document.
Thanks,
prachi shah
12-16-2018 10:41 PM
Hi Prachi,
Thanks for responding.
Actually i was talking about displaying version number in document listing next to document name in workflow forms.
I have made use of the below mentioned web script to get version history by nodeRef and captured only the first item from
JSON response to get the updated version.
Explore our Alfresco products with the links below. Use labels to filter content by product module.