Default value in cm: creator in datalist

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 12:17 PM
Good evening
I would like to know how to insert a default value of the user logged in a data list. Is it possible to insert the name of the logged owner using specific functions?
property name="cm:creator">
<value>user</value>
</property>
Thank you very much
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2018 02:03 PM
<field id="cm:creator" set="other">
<control template="/org/alfresco/components/form/controls/extended-person.ftl"/>
</field>
What do it do?
