Foren

How to change single approval notification message with

RAVI RAJAMANI, geändert vor 6 Jahren.

How to change single approval notification message with

Regular Member Beiträge: 123 Beitrittsdatum: 07.12.14 Neueste Beiträge
Hi,

How to change single approval notification message notification template.


snippet of single approval xml file.

<notification>
<name>Review Notification</name>
<template>${userName} sent you a ${entryType} for review in the workflow.</template>
<template-language>freemarker</template-language>
<notification-type>email</notification-type>
<notification-type>user-notification</notification-type>
<execution-type>onAssignment</execution-type>
</notification>

I want to show user name and other variables values which are used in template tag in email subject.

Regards,
Ravi R