Hi Gurus,
I am trying to customise the content for subscription email. I want to have different e-mail content for different folder path and I am using the below pdf for reference
There he says for different km paths we can modify the content based on the changes in the xml file first i.e
<root>
<area kmPath="/prefix1">
<notification>
[... textspans for /prefix1 area ...]
</notification>
</area>
<area kmPath="/prefix2">
<notification>
[... textspans for /prefix2 area ...]
</notification>
</area>
<area kmPath="default">
<notification>
[... default textspans ...]
</notification>
</area>
</root>
My Km path is /root/MyFolder. So do I give the same path in <area kmPath="/prefix1">. or how should i give the km path so that it restricts the notification content to my folder.
Please advise.
Thanks,
Priyanka