cancel
Showing results for 
Search instead for 
Did you mean: 

How to get name of the user who checked out file

sanketgosavi
Champ in-the-making
Champ in-the-making
Hi,

I want the name of user who checked out the file.
How can i get it   in javascript or in ftl file.


Thanks !
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
should be in the property cm:lockOwner

sanketgosavi
Champ in-the-making
Champ in-the-making
Hi, Can you please elaborate the same with example or sample of code?
Please share the code in html or js file.

Thanks !

niketapatel
Star Contributor
Star Contributor
Please refer - http://wiki.alfresco.com/wiki/4.0_JavaScript_API for details js api

Basically, you need to get node's properties

node.properties["cm:lockOwner"];