Page 1 of 1

How to get the folder name

PostPosted:Thu Nov 14, 2013 12:29 pm
by Shakes
Hi,

Can anyone tell me the syntax in how to display the folder name as shown below in bold.

Also, when I click on the URL it doesn't take me to the document in the explorer, Only the home, Can someone please help me
Code: Select all
<h1 style= "font-family:arial;color:red">A New Document is Available or Has been Updated</h1><br/>
<p>The purpose of this message is to notify you of a change made to the subject item. You can review the item by clicking on the URL below.</p>
<b><i>Note: Please check the status for more information.</i></b><br/><br/>
<b>View Document: </b><a href="${documentUrl}">${documentPath}</a><br/>
<b>Document Name: </b>${documentName}<br/>
<b>User: </b>${userId}<br/><b>Status: </b>${eventType}<br/>
<b>Comment: </b>${subscriptionComment}<br/>
<b>FolderName: </b>${I want to add the folder name.}<br/>

Re: How to get the folder name

PostPosted:Fri Nov 22, 2013 5:52 pm
by pavila
Which OpenKM version are you using? Documentation about these parameters is at http://wiki.openkm.com/index.php/Notifi ... n_messages