Hi,
I need to create email template to send a email notification to the author of a document, when a comment is added to that document.
I need to include following properties to the template.
1). Comment
2). Person name who add the comment
I have create something like below but, it is not working.
<#if document.properties["cm:Comments"]?exists>
<p>${document.properties["cm:Comments"]}</p>
<p>${document.properties["cm:creator"]}</p>
</#if>
Please help me.
(I am using Alfresco Community 5.2)
This could help: https://github.com/angelborroy/comment-notifier-repo
@angelborroy How can I install this addon please, as it is not an amp file?
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.