Skip to Content
0
Former Member
Nov 16, 2009 at 02:28 PM

Customisation of subscription e-mail content based on folders.

32 Views

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/90626697-0901-0010-2ca7-86e2a50ce70d.

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