03-20-2018 02:36 AM
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)
03-20-2018 10:14 AM
This could help: https://github.com/angelborroy/comment-notifier-repo
03-02-2021 07:57 AM
@angelborroy How can I install this addon please, as it is not an amp file?
Explore our Alfresco products with the links below. Use labels to filter content by product module.