1. In ftl file, I want to use the UserGroup name of the logged in person? How to do that??
2. Where can I find the documentation on which all Alfresco objects (along with their properties) are available to Freemarker. I want detailed listing of objects. I know person object is available but I dont know what properties of person object can be accessed.For e.g if I want to know the name of the USER GROUP to which the logged in user belong to?? How will I get this information.
3. I don't know which all person.properties I can access. I have seen the example of person.properties.userName only. Is there anything like person.properties.groupName?? This gives error in the freemarker template file.