07-04-2012 07:53 PM
07-05-2012 09:31 AM
var someDoc = search.findNode(args.nodeRef);
var counter = someDoc.properties['ws:readCount'];
counter += 1;
someDoc.properties['ws:readCount'] = counter;
someDoc.save();
More info:07-05-2012 10:31 AM
07-08-2012 06:21 AM
Tags
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.