How do I add a global counter to keep track on how many documents have been uploaded to a folder? I'm thinking of adding a property to the folder that keeps the number of documents uploaded, though I may need to runas admin to update the property.
Is there any other simpler way? Thanks in advance!
Maybe you can do it with a script and a rule. Trigger it when file are created in the folder.
You put the counter in the folder description and get it at the beginning. If the counter is null set it to 1 of just increment it when a file is added and save the curent node.